diff --git a/cms/templates/js/metadata-dict-entry.underscore b/cms/templates/js/metadata-dict-entry.underscore index bc806e2528..d3c1e602df 100644 --- a/cms/templates/js/metadata-dict-entry.underscore +++ b/cms/templates/js/metadata-dict-entry.underscore @@ -1,14 +1,14 @@
- <%= _.template( + <%= _.template( // xss-lint: disable=underscore-not-escaped ngettext( "There was {strong_start}{num_errors} validation error{strong_end} while trying to save the course settings in the database.", "There were {strong_start}{num_errors} validation errors{strong_end} while trying to save the course settings in the database.", @@ -13,7 +13,7 @@ num_errors: num_errors, strong_end: '' })%> - <%= gettext("Please check the following validation feedbacks and reflect them in your course settings:")%>
+ <%- gettext("Please check the following validation feedbacks and reflect them in your course settings:")%>