'The name that appears on your edX certificates. Other learners never see '+
'your full name.'
)
helpMessage:gettext('The name that appears on your edX certificates. Other learners never see your full name.')
})
},
{
...
...
@@ -48,10 +45,7 @@
model:userAccountModel,
title:gettext('Email Address'),
valueAttribute:'email',
helpMessage:gettext(
'The email address you use to sign in to edX. Communications '+
'from edX and your courses are sent to this address.'
)
helpMessage:gettext('The email address you use to sign in to edX. Communications from edX and your courses are sent to this address.')
})
},
{
...
...
@@ -62,24 +56,19 @@
valueAttribute:'password',
emailAttribute:'email',
linkTitle:gettext('Reset Password'),
linkHref:fieldsData['password']['url'],
helpMessage:gettext(
'When you click "Reset Password", a message will be sent to your email address. '+
'Click the link in the message to reset your password.'
)
linkHref:fieldsData.password.url,
helpMessage:gettext('When you click "Reset Password", a message will be sent to your email address. Click the link in the message to reset your password.')
"Tell other edX learners a little about yourself: where you live, what your interests are, "+
"why you're taking courses on edX, or what you hope to learn."
),
placeholderValue:gettext("Tell other edX learners a little about yourself: where you live, what your interests are, why you're taking courses on edX, or what you hope to learn."),
"You must specify your birth year before you can share your full profile. To specify "+
"your birth year, go to the {account_settings_page_link}"
),
gettext("You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}"),
'You must be over 13 to share a full profile. If you are over 13, make sure that you '+
'have specified a birth year on the {account_settings_page_link}'
),
gettext('You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}'),