diff --git a/cms/templates/settings_advanced.html b/cms/templates/settings_advanced.html index 566e281291bc..30bdec161c53 100644 --- a/cms/templates/settings_advanced.html +++ b/cms/templates/settings_advanced.html @@ -64,7 +64,7 @@
${_("Warning: Do not modify these policies unless you are familiar with their purpose.")}
@@ -82,6 +82,8 @@${_("Advanced settings control specific course functionality. On this page, you can edit manual policies, which are JSON-based key and value pairs that control specific course settings.")}
${_("Any policies you modify here override all other information you've defined elsewhere in Studio. Do not edit policies unless you are familiar with both their purpose and syntax.")}
+ +${_("{em_start}Note:{em_end} When you enter strings as policy values, ensure that you use double quotation marks (") around the string. Do not use single quotation marks (').").format(em_start='', em_end="")}