From 9874a8d396e623d670de30c96ac67175bf033f90 Mon Sep 17 00:00:00 2001 From: Renzo Lucioni Date: Mon, 15 Dec 2014 14:25:31 -0500 Subject: [PATCH] Use current full name as placeholder text --- lms/templates/verify_student/review_photos_step.underscore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/verify_student/review_photos_step.underscore b/lms/templates/verify_student/review_photos_step.underscore index 9989514782..c19c9b9208 100644 --- a/lms/templates/verify_student/review_photos_step.underscore +++ b/lms/templates/verify_student/review_photos_step.underscore @@ -66,7 +66,7 @@

<%- gettext( "Check Your Name" ) %>

-

<%- _.sprintf( gettext( "Make sure your full name on your %(platformName)s account (%(fullName)s) matches your ID. We will also use this as the name on your certificate." ), { platformName: platformName, fullName: fullName } ) %>

+

<%- _.sprintf( gettext( "Make sure the full name on your %(platformName)s account (%(fullName)s) matches your ID. We will use this as the name on your certificate." ), { platformName: platformName, fullName: fullName } ) %>

@@ -78,7 +78,7 @@

<%- gettext( "You should change the name on your account to match." ) %>

- + >