From 0809b6338e07e31b7a33eaba324786423a5091aa Mon Sep 17 00:00:00 2001 From: SaadYousaf Date: Fri, 1 Jan 2021 16:20:19 +0500 Subject: [PATCH] [TNL-7749] - Remove italic styling for warning msg on expired state. --- lms/templates/dashboard/_dashboard_status_verification.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/dashboard/_dashboard_status_verification.html b/lms/templates/dashboard/_dashboard_status_verification.html index e1bf6240e3..d33580e04f 100644 --- a/lms/templates/dashboard/_dashboard_status_verification.html +++ b/lms/templates/dashboard/_dashboard_status_verification.html @@ -47,7 +47,7 @@ from lms.djangoapps.verify_student.services import IDVerificationService
  • ${_("Current Verification Status: Expired")}

    ${_("Your verification has expired. To receive a verified certificate, you must submit a new photo of yourself and your government-issued photo ID before the verification deadline for your course.")}

    -

    ${_("Warning")}: ${_(" Please be aware photo verification can take up to three days once initiated and you will not be able to earn a certificate or take a proctored exam until approved.")}

    +

    ${_("Warning")}: ${_(" Please be aware photo verification can take up to three days once initiated and you will not be able to earn a certificate or take a proctored exam until approved.")}