Merge pull request #1939 from edx/nick/no-apostrophe
Mention " vs. ' in advanced settings help
This commit is contained in:
@@ -64,7 +64,7 @@ require(["domReady!", "jquery", "js/models/settings/advanced", "js/views/setting
|
||||
<section class="group-settings advanced-policies">
|
||||
<header>
|
||||
<h2 class="title-2">${_("Manual Policy Definition")}</h2>
|
||||
<span class="tip">${_("Manually Edit Course Policy Values (JSON Key / Value pairs)")}</span>
|
||||
<span class="tip">${_("Manually Edit Course Policy Values (JSON Key / Value pairs, use " not ')")}</span>
|
||||
</header>
|
||||
|
||||
<p class="instructions">${_("<strong>Warning</strong>: Do not modify these policies unless you are familiar with their purpose.")}</p>
|
||||
|
||||
Reference in New Issue
Block a user