'These settings include basic information about your account. You can also '+
'specify additional information and see your linked social accounts on this page.'
),
subtitle:gettext('These settings include basic information about your account. You can also specify additional information and see your linked social accounts on this page.'),/* jshint ignore:line */
gettext('The name that identifies you throughout {platform_name}. You cannot change your username.'),{platform_name:platformName}
helpMessage:StringUtils.interpolate(
gettext('The name that identifies you throughout {platform_name}. You cannot change your username.'),/* jshint ignore:line */
{platform_name:platformName}
)
})
},
...
...
@@ -55,8 +54,9 @@
model:userAccountModel,
title:gettext('Email Address'),
valueAttribute:'email',
helpMessage:interpolate_text(
gettext('The email address you use to sign in. Communications from {platform_name} and your courses are sent to this address.'),{platform_name:platformName}
helpMessage:StringUtils.interpolate(
gettext('The email address you use to sign in. Communications from {platform_name} and your courses are sent to this address.'),/* jshint ignore:line */
{platform_name:platformName}
),
persistChanges:true
})
...
...
@@ -70,9 +70,10 @@
emailAttribute:'email',
linkTitle:gettext('Reset Your Password'),
linkHref:fieldsData.password.url,
helpMessage:gettext('When you click "Reset Your Password", edX will send a message '+
'to the email address for your edX account. Click the link in the message to '+
'reset your password.')
helpMessage:StringUtils.interpolate(
gettext('When you select "Reset Your Password", a message will be sent to the email address for your {platform_name} account. Click the link in the message to reset your password.'),/* jshint ignore:line */
{platform_name:platformName}
)
})
},
{
...
...
@@ -82,8 +83,9 @@
valueAttribute:'pref-lang',
required:true,
refreshPageOnSave:true,
helpMessage:interpolate_text(
gettext('The language used throughout this site. This site is currently available in a limited number of languages.'),{platform_name:platformName}
helpMessage:StringUtils.interpolate(
gettext('The language used throughout this site. This site is currently available in a limited number of languages.'),/* jshint ignore:line */
{platform_name:platformName}
),
options:fieldsData.language.options,
persistChanges:true
...
...
@@ -147,9 +149,9 @@
accountsSectionData=[
{
title:gettext('Linked Accounts'),
subtitle:gettext(
'You can link your social media accounts to your edX account to make signing in to edx.org '+
'and the edX mobile apps easier.'
subtitle:StringUtils.interpolate(
gettext('You can link your social media accounts to simplify signing in to {platform_name}.'),
gettext('We\'ve sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.'),/* jshint ignore:line */