diff --git a/lms/templates/instructor/instructor_dashboard_2/cohort-group-header.underscore b/lms/templates/instructor/instructor_dashboard_2/cohort-group-header.underscore index 8ae1633637..fd80117e47 100644 --- a/lms/templates/instructor/instructor_dashboard_2/cohort-group-header.underscore +++ b/lms/templates/instructor/instructor_dashboard_2/cohort-group-header.underscore @@ -12,10 +12,10 @@
<% if (cohort.get('assignment_type') == "manual") { %> <%- gettext("Learners are added to this cohort only when you provide their email addresses or usernames on this page.") %> - <%= gettext("What does this mean?") %> + <%= gettext("What does this mean?") %> <% } else { %> <%- gettext("Learners are added to this cohort automatically.") %> - <%- gettext("What does this mean?") %> + <%- gettext("What does this mean?") %> <% } %>