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:
louyihua
2014-06-28 02:50:09 +08:00
parent 2dc50ab4e9
commit 5aaae2ebc4

View File

@@ -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>