From 473b43cba000bb18ecbc51bc618dc75133c2728f Mon Sep 17 00:00:00 2001 From: Alison Hodges Date: Wed, 1 Jul 2015 10:38:42 -0400 Subject: [PATCH] missing quote catch by Christine --- lms/templates/instructor/instructor_dashboard_2/membership.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index 541480377d..360e9536b3 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -255,7 +255,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_ ${_("Community TA's are members of the community whom you deem particularly " "helpful on the discussion boards. They can edit or delete any post, clear " "misuse flags, close and re-open threads, endorse responses, and see posts from " - all cohorts. Their posts are marked as 'Community TA'. You can only give course " + "all cohorts. Their posts are marked as 'Community TA'. You can only give course " "team roles to enrolled users.")}" data-list-endpoint="${ section_data['list_forum_members_url'] }" data-modify-endpoint="${ section_data['update_forum_role_membership_url'] }"