diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 58904c298f..e536f2e47e 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -2414,6 +2414,12 @@ } } +// UI: photo reverification heading +h1.photo_verification { + @extend %t-title1; + text-align: left; +} + // ==================== // STATE: already verified diff --git a/lms/templates/verify_student/face_photo_step.underscore b/lms/templates/verify_student/face_photo_step.underscore index e66870da45..b43d896451 100644 --- a/lms/templates/verify_student/face_photo_step.underscore +++ b/lms/templates/verify_student/face_photo_step.underscore @@ -1,6 +1,6 @@
<%- gettext( "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID." ) %>