diff --git a/src/Core/MailTemplates/Handlebars/ChangeEmail.html.hbs b/src/Core/MailTemplates/Handlebars/ChangeEmail.html.hbs index d188accc8a..9adf6ea743 100644 --- a/src/Core/MailTemplates/Handlebars/ChangeEmail.html.hbs +++ b/src/Core/MailTemplates/Handlebars/ChangeEmail.html.hbs @@ -2,7 +2,7 @@ <table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> <tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> <td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none;" valign="top"> - To finalize changing your Bitwarden email address enter the following code in the pop-up window: <b style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">{{Token}}</b> + To finalize changing your Bitwarden email address enter the following code in web vault: <b style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">{{Token}}</b> </td> </tr> <tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> diff --git a/src/Core/MailTemplates/Handlebars/ChangeEmail.text.hbs b/src/Core/MailTemplates/Handlebars/ChangeEmail.text.hbs index 2aa959804c..3fdda5810f 100644 --- a/src/Core/MailTemplates/Handlebars/ChangeEmail.text.hbs +++ b/src/Core/MailTemplates/Handlebars/ChangeEmail.text.hbs @@ -1,5 +1,5 @@ {{#>BasicTextLayout}} -To finalize changing your Bitwarden email address enter the following code in the pop-up window: {{Token}} +To finalize changing your Bitwarden email address enter the following code in the web vault: {{Token}} If you did not try to change an email address, you can safely ignore this email. {{/BasicTextLayout}} \ No newline at end of file