diff --git a/lms/static/coffee/src/instructor_dashboard_tracking.coffee b/lms/static/coffee/src/instructor_dashboard_tracking.coffee index a4eab610c8..eaeb3a4862 100644 --- a/lms/static/coffee/src/instructor_dashboard_tracking.coffee +++ b/lms/static/coffee/src/instructor_dashboard_tracking.coffee @@ -1,4 +1,4 @@ if $('.instructor-dashboard-wrapper').length == 1 - analytics.track "Loaded an Instructor Dashboard Page", + analytics.track "Loaded a Legacy Instructor Dashboard Page", location: window.location.pathname dashboard_page: $('.navbar .selectedmode').text() diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html index 88b2a823bf..8b1f1f9585 100644 --- a/lms/templates/courseware/instructor_dashboard.html +++ b/lms/templates/courseware/instructor_dashboard.html @@ -131,7 +131,7 @@ function goto( mode)

${_("Instructor Dashboard")}

-
${_("You are using the legacy instructor dashboard, which will be going away in the near future. Please use the Standard Dashboard. If it is missing functionality, please let us know.")} ${_("Return to the Standard Dashboard")}