From cba81270e2154bb99ab154bab75d37feec32e41d Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Thu, 17 Sep 2020 16:41:41 +0500 Subject: [PATCH] PROD-2120 --- .../js/maintenance/force-published-course-response.underscore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/js/maintenance/force-published-course-response.underscore b/cms/templates/js/maintenance/force-published-course-response.underscore index d77059ca53..7441413dd4 100644 --- a/cms/templates/js/maintenance/force-published-course-response.underscore +++ b/cms/templates/js/maintenance/force-published-course-response.underscore @@ -3,7 +3,7 @@ <%- gettext('You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.') %>
- <%= StringUtils.interpolate( + <%- StringUtils.interpolate( gettext('The published branch version, {published}, was reset to the draft branch version, {draft}.'), { published: current_versions['published-branch'],