From 3c1f61c9db07bec963a481ed7a170fe7f453b7f5 Mon Sep 17 00:00:00 2001 From: AlasdairSwan Date: Thu, 20 Apr 2017 09:05:59 -0400 Subject: [PATCH] LEARNER-602 Updated program card text for states --- lms/templates/learner_dashboard/program_card.underscore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') %>
<% } %>