Commit d2392b45 by Peter Fogg

Merge pull request #11089 from edx/peter-fogg/update-account-settings-name-label

Update name label on account settings page.
parents 00b1e215 bd50186f
......@@ -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
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment