Merge pull request #4241 from louyihua/fix-name-in-studio

Change 'Course Name' to 'Course Run' in "Schedule & Details" page
This commit is contained in:
Christina Roberts
2014-07-01 11:53:20 -04:00

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>