diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index 6e15f38dca..dcf658ca01 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -71,7 +71,7 @@
${_("Staff cannot modify staff or beta tester lists. To modify these lists, " "contact your instructor and ask them to add you as an instructor for staff " - "and beta lists, or a forum admin for forum management.")} + "and beta lists, or a discussion admin for discussion management.")}
%endif @@ -94,7 +94,7 @@ data-display-name="${_("Instructors")}" data-info-text=" ${_("Instructors are the core administration of your course. Instructors can " - "add and remove course staff, as well as administer forum access.")}" + "add and remove course staff, as well as administer discussion access.")}" data-list-endpoint="${ section_data['list_course_role_members_url'] }" data-modify-endpoint="${ section_data['modify_access_url'] }" data-add-button-label="${_("Add Instructor")}" @@ -114,23 +114,23 @@ %endif %if section_data['access']['instructor'] or section_data['access']['forum_admin']: