LEARNER-602 Updated program card text for states

This commit is contained in:
AlasdairSwan
2017-04-20 09:05:59 -04:00
parent 1a31f251f8
commit 3c1f61c9db

View File

@@ -23,7 +23,7 @@
<span class="sr-only">
<%- ngettext('Course', 'Courses', progress.in_progress) %>
</span>
<%- gettext('Enrolled') %>
<%- gettext('In Progress') %>
</div>
<div class="number-status">
@@ -31,7 +31,7 @@
<span class="sr-only">
<%- ngettext('Course', 'Courses', progress.not_started) %>
</span>
<%- gettext('Not Enrolled') %>
<%- gettext('Remaining') %>
</div>
</div>
<% } %>