Commit ef1ef986 by Frances Botsford

adjusting ID verified status to be just verified status

parent 8bd092ec
...@@ -374,7 +374,6 @@ ...@@ -374,7 +374,6 @@
font-weight: 600; font-weight: 600;
.context { .context {
margin-right: ($baseline/4);
opacity: 0.80; opacity: 0.80;
color: $white; color: $white;
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
......
...@@ -32,11 +32,11 @@ ...@@ -32,11 +32,11 @@
<span class="sts-track"> <span class="sts-track">
<span class="sts-track-value"> <span class="sts-track-value">
%if upgrade: %if upgrade:
<span class="context">${_("Upgrading to:")}</span> ${_("ID Verified")} <span class="context">${_("Upgrading to:")}</span> ${_("Verified")}
%elif reverify: %elif reverify:
<span class="context">${_("Re-verifying for:")}</span> ${_("ID Verified")} <span class="context">${_("Re-verifying for:")}</span> ${_("Verified")}
%else: %else:
<span class="context">${_("Registering as: ")}</span> ${_("ID Verified")} <span class="context">${_("Registering as: ")}</span> ${_("Verified")}
%endif %endif
</span> </span>
</span> </span>
...@@ -66,11 +66,11 @@ ...@@ -66,11 +66,11 @@
<span class="sts-track"> <span class="sts-track">
<span class="sts-track-value"> <span class="sts-track-value">
%if upgrade: %if upgrade:
<span class="context">${_("Upgrading to:")}</span> ${_("ID Verified")} <span class="context">${_("Upgrading to:")}</span> ${_("Verified")}
%elif reverify: %elif reverify:
<span class="context">${_("Re-verifying for:")}</span> ${_("ID Verified")} <span class="context">${_("Re-verifying for:")}</span> ${_("Verified")}
%else: %else:
<span class="context">${_("Registering as: ")}</span> ${_("ID Verified")} <span class="context">${_("Registering as: ")}</span> ${_("Verified")}
%endif %endif
</span> </span>
</h2> </h2>
......
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