gettext('{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password reset instructions to this email address.{paragraphEnd}'+// eslint-disable-line max-len
'{paragraphStart}If you do not receive a password reset message, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}'+// eslint-disable-line max-len
'{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}'),{// eslint-disable-line max-len
gettext('{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password reset instructions to this email address.{paragraphEnd}'+// eslint-disable-line max-len
'{paragraphStart}If you do not receive a password reset message, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}'+// eslint-disable-line max-len
'{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}'),{// eslint-disable-line max-len
gettext('We\'ve sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.'),// eslint-disable-line max-len
{'new_email_address':this.fieldValue()}
{new_email_address:this.fieldValue()}
)
);
}
...
...
@@ -53,7 +52,7 @@
fieldTemplate:field_dropdown_account_template,
saveSucceeded:function(){
vardata={
'language':this.modelValue()
language:this.modelValue()
};
varview=this;
...
...
@@ -189,9 +188,19 @@
successMessage:function(){
returnHtmlUtils.joinHtml(
this.indicators.success,
StringUtils.interpolate(
gettext('We\'ve sent a message to {email_address}. Click the link in the message to reset your password.'),// eslint-disable-line max-len
gettext('We\'ve sent a message to {email}. Click the link in the message to reset your password. Didn\'t receive the message? Contact {anchorStart}technical support{anchorEnd}.'),// eslint-disable-line max-len