diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 1cf92f5388..3d0a26e842 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -374,7 +374,6 @@ font-weight: 600; .context { - margin-right: ($baseline/4); opacity: 0.80; color: $white; letter-spacing: 0.1rem; diff --git a/lms/templates/verify_student/_verification_header.html b/lms/templates/verify_student/_verification_header.html index cb1b947641..b3fdf46af8 100644 --- a/lms/templates/verify_student/_verification_header.html +++ b/lms/templates/verify_student/_verification_header.html @@ -32,11 +32,11 @@ %if upgrade: - ${_("Upgrading to:")} ${_("ID Verified")} + ${_("Upgrading to:")} ${_("Verified")} %elif reverify: - ${_("Re-verifying for:")} ${_("ID Verified")} + ${_("Re-verifying for:")} ${_("Verified")} %else: - ${_("Registering as: ")} ${_("ID Verified")} + ${_("Registering as: ")} ${_("Verified")} %endif @@ -66,11 +66,11 @@ %if upgrade: - ${_("Upgrading to:")} ${_("ID Verified")} + ${_("Upgrading to:")} ${_("Verified")} %elif reverify: - ${_("Re-verifying for:")} ${_("ID Verified")} + ${_("Re-verifying for:")} ${_("Verified")} %else: - ${_("Registering as: ")} ${_("ID Verified")} + ${_("Registering as: ")} ${_("Verified")} %endif