From: joshuaruesweg Date: Fri, 16 Apr 2021 12:52:05 +0000 (+0200) Subject: Fix newline handling in user registration notification mails X-Git-Tag: 5.3.7~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4375586c506dcf82dafb2b56b1509486334cdb2c;p=GitHub%2FWoltLab%2FWCF.git Fix newline handling in user registration notification mails --- diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 31f1a66b1a..b88544b554 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -4817,12 +4817,12 @@ Sobald {if LANGUAGE_USE_INFORMAL_VARIANT}dein{else}Ihr{/if} Benutzerkonto freige username} +auf der Website {@PAGE_TITLE|language} erfolgte eine neue Benutzeranmeldung durch: {@$user->username}. -Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email} +Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email}. {if LANGUAGE_USE_INFORMAL_VARIANT}Du erreichst{else}Sie erreichen{/if} das Benutzerprofil des neuen Benutzers, indem {if LANGUAGE_USE_INFORMAL_VARIANT}du{else}Sie{/if} folgenden Link {if LANGUAGE_USE_INFORMAL_VARIANT}aufrufst{else}aufrufen{/if}: -{link controller='User' object=$user isEmail=true}{/link} ]]> +{link controller='User' object=$user isEmail=true}{/link}]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index c30f3cfb9c..dc857cce66 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -4814,12 +4814,12 @@ A notification will be sent once your account has been approved.]]> username} +someone registered with your website {@PAGE_TITLE|language}: {@$user->username}. -Email address used: {@$user->email} +Email address used: {@$user->email}. Open the link below to access the user profile: -{link controller='User' object=$user isEmail=true}{/link} ]]> +{link controller='User' object=$user isEmail=true}{/link}]]>