From bd50186fb97bdc0996379321e50b78923fa1b99e Mon Sep 17 00:00:00 2001 From: Peter Fogg Date: Tue, 29 Dec 2015 14:36:08 -0500 Subject: [PATCH] Update name label on account settings page. ECOM-3130 --- .../js/student_account/views/account_settings_factory.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lms/static/js/student_account/views/account_settings_factory.js b/lms/static/js/student_account/views/account_settings_factory.js index 24f45a8fdf..8739606e23 100644 --- a/lms/static/js/student_account/views/account_settings_factory.js +++ b/lms/static/js/student_account/views/account_settings_factory.js @@ -39,7 +39,9 @@ model: userAccountModel, title: gettext('Full Name'), valueAttribute: 'name', - helpMessage: gettext('The name that appears on your certificates. Other learners never see your full name.'), + helpMessage: gettext( + 'The name that is used for ID verification and appears on your certificates. Other learners never see your full name. Make sure to enter your name exactly as it appears on your government-issued photo ID, including any non-Roman characters.' /* jshint ignore:line */ + ), persistChanges: true }) },