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

Fix typo in Instructor dashboard UI text
This commit is contained in:
chrisndodge
2015-06-17 07:29:21 -04:00

View File

@@ -45,7 +45,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_
<label for="reason-field-id">
${_("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.")}
${_("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>
</p>
%endif