From 2d9531e8d1e818b4098485da9267b47e31f79d11 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Tue, 2 Feb 2021 16:42:44 +0500 Subject: [PATCH] PROD-2020 --- cms/templates/js/validation-error-modal.underscore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cms/templates/js/validation-error-modal.underscore b/cms/templates/js/validation-error-modal.underscore index aff564912a..ca661f4fcf 100644 --- a/cms/templates/js/validation-error-modal.underscore +++ b/cms/templates/js/validation-error-modal.underscore @@ -1,7 +1,7 @@

- <%= _.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:")%>


@@ -24,9 +24,9 @@
  • - <%= value.model.display_name %>: + <%- value.model.display_name %>: - +
  • <% }); %>