diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index 6f838ec0d5..9c9f49a26f 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -95,6 +95,7 @@ from django.core.urlresolvers import reverse

${_("Course Team Roles")}

${_("Course team members with the Staff role are course co-authors. They have full writing and editing privileges on all course content.")}

+ ## Note that the "Admin" role below is identified as "Instructor" in the Django admin panel.

${_("Admins are course team members who can add and remove other course team members.")}

${_("All course team members are automatically enrolled in the course and can access content in Studio, the LMS, and Insights.")}

diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index 03fb666144..102903320f 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -193,6 +193,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_ data-add-button-label="${_("Add Staff")}" > + ## Note that "Admin" is identified as "Instructor" in the Django admin panel.
+ > +