From 3efc4007e16b3dd9344b57e427be2f4a36d8cc75 Mon Sep 17 00:00:00 2001 From: joshuaruesweg Date: Tue, 8 Dec 2020 13:56:41 +0100 Subject: [PATCH] Fix `wcf.user.register.needEmailConfirmation` --- wcfsetup/install/lang/en.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 7a1035e142..43be562130 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -4791,7 +4791,7 @@ If you have trouble confirming your email address, please contact the administrator at: {@MAIL_ADMIN_ADDRESS}. Please ignore this email if you did not register with us.]]> - user->canEmailConfirm()}Confirm your email address{else}To activate your email address contact the administrator of this site.{/if}.]]> + user->canEmailConfirm()}Confirm your email address{else}To activate your email address contact the administrator of this site{/if}.]]> username}.
Your registration is now completed.]]>
-- 2.20.1