Commit 5aaae2eb by louyihua

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?
parent 2dc50ab4
......@@ -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>
......
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