Commit 7f09919c by AlasdairSwan Committed by GitHub

Merge pull request #14926 from edx/alasdair/LEARNER-602-program-card-tet-update

LEARNER-602 Updated program card text for states
parents 9ef91591 3c1f61c9
......@@ -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