diff --git a/lms/static/images/warning-icon.svg b/lms/static/images/warning-icon.svg index 412368e945bd..d0326ee10627 100644 --- a/lms/static/images/warning-icon.svg +++ b/lms/static/images/warning-icon.svg @@ -1,4 +1,4 @@ - + diff --git a/lms/templates/learner_dashboard/program_details_tab_view.underscore b/lms/templates/learner_dashboard/program_details_tab_view.underscore index a9f721a8919c..0a7e03904d3b 100644 --- a/lms/templates/learner_dashboard/program_details_tab_view.underscore +++ b/lms/templates/learner_dashboard/program_details_tab_view.underscore @@ -33,8 +33,7 @@ <% if (completedCount === totalCount) { %>

<%- gettext('Congratulations!') %>

-
<%- interpolate(gettext( - 'You have successfully completed all the requirements for the %(title)s %(type)s.'), +
<%- interpolate(gettext('You have successfully completed all the requirements for the %(title)s %(type)s.'), { title: title, type: type }, true) %>
@@ -42,8 +41,7 @@

<%- gettext('Your Program Journey') %>

- <%- interpolate(gettext( - 'Track and plan your progress through the %(count)s course(s) in this program. To complete the program, you must earn a verified certificate for each course.'), + <%- interpolate(gettext('Track and plan your progress through the %(count)s course(s) in this program. To complete the program, you must earn a verified certificate for each course.'), { count: totalCount }, true) %>
@@ -177,12 +175,10 @@