Commit 3c1f61c9 by AlasdairSwan

LEARNER-602 Updated program card text for states

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