diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss
index 96a6bbd878..6b78d483c9 100644
--- a/lms/static/sass/views/_verification.scss
+++ b/lms/static/sass/views/_verification.scss
@@ -715,7 +715,9 @@
text-align: right;
.action-retakephotos a {
- @extend .btn-primary-gray;
+ @extend .btn-primary-blue;
+ @include font-size(14);
+ padding: ($baseline/2) ($baseline*.75);
}
}
}
@@ -839,7 +841,9 @@
text-align: right;
.action-editname a {
- @extend .btn-primary-gray;
+ @extend .btn-primary-blue;
+ @include font-size(14);
+ padding: ($baseline/2) ($baseline*.75);
}
}
}
diff --git a/lms/templates/verify_student/_modal_editname.html b/lms/templates/verify_student/_modal_editname.html
index 3a45573c23..4d19580f54 100644
--- a/lms/templates/verify_student/_modal_editname.html
+++ b/lms/templates/verify_student/_modal_editname.html
@@ -1,7 +1,7 @@
<%! from django.utils.translation import ugettext as _ %>
${_("Edit Your Full Name")}
Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission
+${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission")}
Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission
+${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission")}
${_("Please review the photos below and verify that they meet the requirements listed below.")}
+${_("Please review the photos and verify that they meet the requirements listed below.")}