diff --git a/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.html.hbs b/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.html.hbs
index b2bff8d579..d9c4995106 100644
--- a/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.html.hbs
+++ b/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.html.hbs
@@ -2,7 +2,7 @@
|
- Your Bitwarden account Two Factor was just reset.
+ Two-step login on your Bitwarden account has been disabled by using the account's recovery code.
|
@@ -13,7 +13,7 @@
|
- If this was not you, you should immediately log in and secure your account.
+ If you did not perform this action, you should immediately take steps to secure your account.
|
diff --git a/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.text.hbs b/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.text.hbs
index 8e6e75400c..6f43a67a3c 100644
--- a/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.text.hbs
+++ b/src/Core/MailTemplates/Handlebars/RecoverTwoFactor.text.hbs
@@ -1,8 +1,10 @@
{{#>BasicTextLayout}}
-Your Bitwarden account Two Factor was just reset.
+Two-step login on your Bitwarden account has been disabled by using
+the account's recovery code.
Date: {{TheDate}} at {{TheTime}} {{TimeZone}}
IP Address: {{IpAddress}}
-If this was not you, you should immediately log in and secure your account.
+If you did not perform this action, you should immediately take steps
+to secure your account.
{{/BasicTextLayout}}
\ No newline at end of file