diff --git a/src/static/templates/email/admin_account_recovery.hbs b/src/static/templates/email/admin_account_recovery.hbs index bcfcfbfa..a35a1d05 100644 --- a/src/static/templates/email/admin_account_recovery.hbs +++ b/src/static/templates/email/admin_account_recovery.hbs @@ -4,7 +4,7 @@ Admin account recovery from {{org_name}} organization The master password for {{user_name}} has been changed. {{/if}} {{#if reset_2fa}} -Your two steps providers have been reset. {{#if fallback_2fa_email}} Email two factor has been activated as a fallback.{{/if}} +Your two-step verification providers have been reset.{{#if fallback_2fa_email}} Email two factor has been activated as a fallback.{{/if}} {{/if}} If you did not initiate this request, please reach out to your administrator immediately. diff --git a/src/static/templates/email/admin_account_recovery.html.hbs b/src/static/templates/email/admin_account_recovery.html.hbs index 170deb14..cf8eebed 100644 --- a/src/static/templates/email/admin_account_recovery.html.hbs +++ b/src/static/templates/email/admin_account_recovery.html.hbs @@ -8,7 +8,7 @@ Admin account recovery from {{org_name}} organization The master password for {{user_name}} has been changed. {{/if}} {{#if reset_2fa}} - Your two steps providers have been reset. {{#if fallback_2fa_email}} Email two factor has been activated as a fallback.{{/if}} + Your two-step verification providers have been reset.{{#if fallback_2fa_email}} Email two factor has been activated as a fallback.{{/if}} {{/if}}
If you did not initiate this request, please reach out to your administrator immediately.