Change 'Course Name' to 'Course Run' in settings.html
The code behind uses course run to fill this field, so maybe the filed's name should be changed as well?
This commit is contained in:
@@ -83,7 +83,7 @@ require(["domReady!", "jquery", "js/models/settings/course_details", "js/views/s
|
||||
</li>
|
||||
|
||||
<li class="field text is-not-editable" id="field-course-name">
|
||||
<label for="course-name">${_("Course Name")}</label>
|
||||
<label for="course-name">${_("Course Run")}</label>
|
||||
<input title="${_('This field is disabled: this information cannot be changed.')}" type="text"
|
||||
class="long" id="course-name" readonly />
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user