LMS: copy change to refer to 'ID Verified' enrollment as 'Verified' in Dashboard UI

This commit is contained in:
Brian Talbot
2014-04-03 08:08:38 -04:00
committed by Waqas
parent 5365dbe2fb
commit 316f25e6d5

View File

@@ -40,7 +40,7 @@
<span class="sts-enrollment" title="${_("You're enrolled as a verified student")}">
<span class="label">${_("Enrolled as: ")}</span>
<img class="deco-graphic" src="${static.url('images/vcert-ribbon-s.png')}" alt="ID Verified Ribbon/Badge" />
<span class="sts-enrollment-value">${_("ID Verified")}</span>
<span class="sts-enrollment-value">${_("Verified")}</span>
</span>
% elif enrollment.mode == "honor":
<span class="sts-enrollment" title="${_("You're enrolled as an honor code student")}">