Commit 316f25e6 by Brian Talbot Committed by Waqas

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

parent 5365dbe2
......@@ -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")}">
......
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