From e41ee47f93f410bbd134a7d77e67b7a5a5cc4280 Mon Sep 17 00:00:00 2001 From: Timshel Date: Tue, 8 Sep 2026 11:06:42 +0200 Subject: [PATCH] Fix recovery email --- src/static/templates/email/admin_account_recovery.hbs | 2 +- src/static/templates/email/admin_account_recovery.html.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.