From 24586258c690adc64b4b62a7e788f9aebbc7b867 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 18 Nov 2020 12:52:26 +0100 Subject: [PATCH] Improve phrasing for email MFA --- wcfsetup/install/lang/de.xml | 2 +- wcfsetup/install/lang/en.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index e5764a96e8..d3ee7b608f 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -4881,7 +4881,7 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email} Die Mehrfaktor-Authentifizierung über E-Mail ist aktiv. {if LANGUAGE_USE_INFORMAL_VARIANT}Du erhältst{else}Sie erhalten{/if} bei jedem Login eine E-Mail mit einem einmal gültigen Code.

{if LANGUAGE_USE_INFORMAL_VARIANT}Verwende{else}Verwenden Sie{/if} bitte die Übersicht in der Benutzerkonto-Sicherheit, wenn {if LANGUAGE_USE_INFORMAL_VARIANT}du{else}Sie{/if} die Mehrfaktor-Authentifizierung deaktivieren {if LANGUAGE_USE_INFORMAL_VARIANT}möchtest{else}möchten{/if}.

]]>
- + {$lastCode|date:'H:i:s'} an {if LANGUAGE_USE_INFORMAL_VARIANT}deine{else}Ihre{/if} E-Mail-Adresse bei {$emailDomain} gesendet.]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 5d3a984cfb..3048f219f1 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -4878,7 +4878,7 @@ Open the link below to access the user profile: Multi-factor authentication via email is enabled for your account. You will receive a one time code via email whenever you login.

Use the Overview in Account Security if you want to disable multi-factor authentication.

]]>
- + {$lastCode|date:'g:i:s a'} to your email address at {$emailDomain}.]]> -- 2.20.1