Commit 3c1f61c9 by AlasdairSwan

LEARNER-602 Updated program card text for states

parent 1a31f251
......@@ -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>
<% } %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment