diff --git a/lms/templates/learner_dashboard/program_card.underscore b/lms/templates/learner_dashboard/program_card.underscore index 8002a29deb..11c474b5ae 100644 --- a/lms/templates/learner_dashboard/program_card.underscore +++ b/lms/templates/learner_dashboard/program_card.underscore @@ -23,7 +23,7 @@ <%- ngettext('Course', 'Courses', progress.in_progress) %> - <%- gettext('Enrolled') %> + <%- gettext('In Progress') %>
@@ -31,7 +31,7 @@ <%- ngettext('Course', 'Courses', progress.not_started) %> - <%- gettext('Not Enrolled') %> + <%- gettext('Remaining') %>
<% } %>