diff --git a/lms/static/js/fixtures/instructor_dashboard/membership.html b/lms/static/js/fixtures/instructor_dashboard/membership.html
index 058845c4e3..791a0a8c2a 100644
--- a/lms/static/js/fixtures/instructor_dashboard/membership.html
+++ b/lms/static/js/fixtures/instructor_dashboard/membership.html
@@ -96,7 +96,7 @@
@@ -106,8 +106,9 @@
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.
diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html
index 1197812ed6..1304eba3c1 100644
--- a/lms/templates/instructor/instructor_dashboard_2/membership.html
+++ b/lms/templates/instructor/instructor_dashboard_2/membership.html
@@ -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")}"