Fix typo in Instructor dashboard UI text

This commit is contained in:
Chris Dodge
2015-06-16 23:18:04 -04:00
parent f66261c9f2
commit 3c4ae2cbd0

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