Commit 50851934 by chrisndodge

Merge pull request #8542 from edx/cdodge/fix-typo

Fix typo in Instructor dashboard UI text
parents 52e8d71f 3c4ae2cb
...@@ -45,7 +45,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_ ...@@ -45,7 +45,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_
<label for="reason-field-id"> <label for="reason-field-id">
${_("Enter the reason why the students are to be manually enrolled or unenrolled.")} ${_("Enter the reason why the students are to be manually enrolled or unenrolled.")}
${_("This cannot be left blank and will be recorded and presented in Enrollment Reports.")} ${_("This cannot be left blank and will be recorded and presented in Enrollment Reports.")}
${_("Therefore, please given enough detail to account for this action.")} </label> ${_("Therefore, please give enough detail to account for this action.")} </label>
<textarea rows="2" id="reason-field-id" name="reason-field" placeholder="${_('Reason')}" spellcheck="false"></textarea> <textarea rows="2" id="reason-field-id" name="reason-field" placeholder="${_('Reason')}" spellcheck="false"></textarea>
</p> </p>
%endif %endif
......
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