LMS: copy change to refer to 'ID Verified' enrollment as 'Verified' in Dashboard UI
This commit is contained in:
@@ -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")}">
|
||||
|
||||
Reference in New Issue
Block a user