From 91955d43bfee9e2bd77c54dac0c29658fc412b7e Mon Sep 17 00:00:00 2001 From: Alison Hodges Date: Wed, 1 Jul 2015 10:00:38 -0400 Subject: [PATCH] Mark's edits --- .../instructor/instructor_dashboard_2/course_info.html | 2 +- lms/templates/instructor/instructor_dashboard_2/membership.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/course_info.html b/lms/templates/instructor/instructor_dashboard_2/course_info.html index db19bc1d0e..7df0a7fb35 100644 --- a/lms/templates/instructor/instructor_dashboard_2/course_info.html +++ b/lms/templates/instructor/instructor_dashboard_2/course_info.html @@ -7,7 +7,7 @@ %if settings.FEATURES.get('DISPLAY_ANALYTICS_ENROLLMENTS'): ## Translators: 'track' refers to the enrollment type ('honor', 'verified', or 'audit') - ${_("Number of enrollees (admins, staff, and students) by track")}instructors + ${_("Number of enrollees (admins, staff, and students) by track")}

<% modes = section_data['enrollment_count'] %> diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index 153bf4d137..541480377d 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -210,7 +210,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_ data-rolename="beta" data-display-name="${_("Beta Testers")}" data-info-text=" - ${_("Beta Testers can see course content before otehr learners. " + ${_("Beta Testers can see course content before other learners. " "They can make sure that the content works, but have no additional " "privileges. You can only give course team roles to enrolled users.")}" data-list-endpoint="${ section_data['list_course_role_members_url'] }"