From ef1ef9865328aecf80c7e29879b90efec0ea8964 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Mon, 22 Sep 2014 16:10:23 -0400 Subject: [PATCH] adjusting ID verified status to be just verified status --- lms/static/sass/views/_verification.scss | 1 - .../verify_student/_verification_header.html | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) 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