Commit d19098ba by Eric Fischer

Update default cohort language (#12695)

parent 6bd35fd6
...@@ -38,7 +38,7 @@ from openedx.core.djangolib.markup import HTML ...@@ -38,7 +38,7 @@ from openedx.core.djangolib.markup import HTML
%if cohort.name == section_data['default_cohort_name']: %if cohort.name == section_data['default_cohort_name']:
<br/> <br/>
<div class="subheading"> <div class="subheading">
${_("(Students without cohort assignment)")} ${_("(Learners not explicitly assigned to a cohort)")}
</div> </div>
%endif %endif
</label> </label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment