diff --git a/cms/templates/settings.html b/cms/templates/settings.html
index 73aec235c5..c63ded10b9 100644
--- a/cms/templates/settings.html
+++ b/cms/templates/settings.html
@@ -276,22 +276,22 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
-
{_("In all configurations of this setting, certificates are generated for learners as soon as they achieve the passing threshold in the course (which can occur before a final assignment based on course design)")}
+
${_("In all configurations of this setting, certificates are generated for learners as soon as they achieve the passing threshold in the course (which can occur before a final assignment based on course design)")}
-
{_("Immediately upon passing")}
-
{_("Learners can access their certificate as soon as they achieve a passing grade above the course grade threshold. Note: learners can achieve a passing grade before encountering all assignments in some course configurations.")}
+
${_("Immediately upon passing")}
+
${_("Learners can access their certificate as soon as they achieve a passing grade above the course grade threshold. Note: learners can achieve a passing grade before encountering all assignments in some course configurations.")}
-
{_("On course end date")}
-
{_("Learners with passing grades can access their certificate once the end date of the course has elapsed.")}
+
${_("On course end date")}
+
${_("Learners with passing grades can access their certificate once the end date of the course has elapsed.")}
-
{_("A date after the course end date")}
-
{_("Learners with passing grades can access their certificate after the date that you set has elapsed.")}
+
${_("A date after the course end date")}
+
${_("Learners with passing grades can access their certificate after the date that you set has elapsed.")}