Commit 3f2a6d1e by Christina Roberts

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

Change 'Course Name' to 'Course Run' in "Schedule & Details" page
parents 653d6f21 5aaae2eb
...@@ -83,7 +83,7 @@ require(["domReady!", "jquery", "js/models/settings/course_details", "js/views/s ...@@ -83,7 +83,7 @@ require(["domReady!", "jquery", "js/models/settings/course_details", "js/views/s
</li> </li>
<li class="field text is-not-editable" id="field-course-name"> <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" <input title="${_('This field is disabled: this information cannot be changed.')}" type="text"
class="long" id="course-name" readonly /> class="long" id="course-name" readonly />
</li> </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