Merge pull request #15807 from edx/nedbat/translate-two-strings
Two labels were untranslated, fixed.
This commit is contained in:
@@ -583,12 +583,12 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
|
||||
<ol class="list-input">
|
||||
<li class="field">
|
||||
<input type="radio" class="field-radio" name="self-paced" id="course-pace-instructor-paced" value="false"/>
|
||||
<label class="course-pace-label" for="course-pace-instructor-paced">Instructor-Paced</label>
|
||||
<label class="course-pace-label" for="course-pace-instructor-paced">${_("Instructor-Paced")}</label>
|
||||
<span class="tip">${_("Instructor-paced courses progress at the pace that the course author sets. You can configure release dates for course content and due dates for assignments.")}</span>
|
||||
</li>
|
||||
<li class="field">
|
||||
<input type="radio" class="field-radio" name="self-paced" id="course-pace-self-paced" value="true"/>
|
||||
<label class="course-pace-label" for="course-pace-self-paced">Self-Paced</label>
|
||||
<label class="course-pace-label" for="course-pace-self-paced">${_("Self-Paced")}</label>
|
||||
<span class="tip">${_("Self-paced courses do not have release dates for course content or due dates for assignments. Learners can complete course material at any time before the course end date.")}</span>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user