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 @@
- 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 web vault: {{Token}}
|
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