Commit 9c9e4a90 by Brian Talbot

Studio: corrects new course field tip copy to reflect what provided course…

Studio: corrects new course field tip copy to reflect what provided course values cannot be changed later
STUD-2001
parent d53a6669
......@@ -94,7 +94,7 @@ require(["domReady!", "jquery", "jquery.form", "js/index"], function(doc, $) {
<li class="field text required" id="field-course-name">
<label for="new-course-name">${_("Course Name")}</label>
<input class="new-course-name" id="new-course-name" type="text" name="new-course-name" aria-required="true" placeholder="${_('e.g. Introduction to Computer Science')}" />
<span class="tip">${_("The public display name for your course.")}</span>
<span class="tip">${_("The public display name for your course. This cannot be changed, but you can set a different display name in Advanced Settings later.")}</span>
<span class="tip tip-error is-hiding"></span>
</li>
<li class="field text required" id="field-organization">
......@@ -282,7 +282,7 @@ require(["domReady!", "jquery", "jquery.form", "js/index"], function(doc, $) {
<ol class="list-actions">
<li class="action-item">
<a href="${get_online_help_info(online_help_token())['doc_url']}" target="_blank">${_("Getting Started with edX Studio")}</a>
</li>
<li class="action-item">
......
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