Merge pull request #17270 from edx/ri/EDUCATOR-2147-update-message-info

EDUCATOR-2147 update message info for Community TA's in Membership Dashboard
This commit is contained in:
Rabia Iftikhar
2018-01-23 16:10:26 +05:00
committed by GitHub
2 changed files with 7 additions and 6 deletions

View File

@@ -96,7 +96,7 @@
<div class="auth-list-container" data-rolename="Community TA" data-display-name="Discussion Community TA"
data-info-text="
Community TAs are members of the community who help course teams moderate discussions. They can see posts by all learners, and can edit or delete posts, clear flags, close or re-open threads, and endorse responses. Their posts are marked as 'Community TA'. Only enrolled users can be added as Community TAs."
Community TAs are members of the community who help course teams moderate discussions. They can see posts by learners in their assigned cohort or enrollment track, and can edit or delete posts, clear flags, close or re-open threads, and endorse responses. Their posts are marked as 'Community TA'. Only enrolled users can be added as Community TAs."
data-list-endpoint="/courses/course-v1:edx+ed202+2017_T3/instructor/api/list_forum_members"
data-modify-endpoint="/courses/course-v1:edx+ed202+2017_T3/instructor/api/update_forum_role_membership"
data-add-button-label="Add Community TA">
@@ -106,8 +106,9 @@
</div>
<div class="info">
Community TAs are members of the community who help course teams moderate discussions. They can see posts by
all learners, and can edit or delete posts, clear flags, close or re-open threads, and endorse responses.
Their posts are marked as 'Community TA'. Only enrolled users can be added as Community TAs.
learners in their assigned cohort or enrollment track, and can edit or delete posts, clear flags, close
or re-open threads, and endorse responses. Their posts are marked as 'Community TA'. Only enrolled users can
be added as Community TAs.
</div>
<div class="member-list">
<table>

View File

@@ -240,9 +240,9 @@ from openedx.core.djangolib.markup import HTML, Text
data-display-name="${_("Community TA")}"
data-info-text="
${_("Community TAs are members of the community who help course teams moderate discussions. "
"They can see posts by all learners, and can edit or delete posts, clear flags, close or re-open "
"threads, and endorse responses. Their posts are marked as 'Community TA'. Only enrolled learners can "
"be added as Community TAs.")}"
"They can see posts by learners in their assigned cohort or enrollment track, and can edit or delete posts, "
"clear flags, close or re-open threads, and endorse responses. Their posts are marked as 'Community TA'. "
"Only enrolled learners can be added as Community TAs.")}"
data-list-endpoint="${ section_data['list_forum_members_url'] }"
data-modify-endpoint="${ section_data['update_forum_role_membership_url'] }"
data-add-button-label="${_("Add Community TA")}"