From 29725f4fdede3602bb6e5a8d9a556efac9ae20c8 Mon Sep 17 00:00:00 2001 From: joshuaruesweg Date: Mon, 29 Jun 2020 11:49:57 +0200 Subject: [PATCH] Use `RegisterNewActivationCode` as link for need email confirmation lang var --- 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 dfe41b36dc..47205e2360 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -4756,7 +4756,7 @@ Sie sich{/if} bitte an den Administrator unter: {@MAIL_ADMIN_ADDRESS}. Wenn {if dich{else}Sie sich{/if} nicht bei uns registriert {if LANGUAGE_USE_INFORMAL_VARIANT}hast{else}haben{/if}, dann {if LANGUAGE_USE_INFORMAL_VARIANT}kannst du{else}können Sie{/if} diese E-Mail ignorieren.]]> - user->canEmailConfirm()}{if LANGUAGE_USE_INFORMAL_VARIANT}Bestätige jetzt deine{else}Bestätigen Sie jetzt Ihre{/if} E-Mail-Adresse{else}Wenden Sie sich dafür direkt an den Administrator dieser Seite{/if}.]]> + user->canEmailConfirm()}{if LANGUAGE_USE_INFORMAL_VARIANT}Bestätige jetzt deine{else}Bestätigen Sie jetzt Ihre{/if} E-Mail-Adresse{else}Wenden Sie sich dafür direkt an den Administrator dieser Seite{/if}.]]> username}. {if LANGUAGE_USE_INFORMAL_VARIANT}Deine{else}Ihre{/if} Registrierung ist hiermit vollständig abgeschlossen.]]> username}.
diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 0ed8e86cc5..6e28519c94 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -4749,7 +4749,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.]]>
- Activate now your email address. {if $__wcf->user->canEmailConfirm()}Confirm your email address{else}To activate your email address contact the administrator of this site.{/if}.]]> + Activate now your email address. {if $__wcf->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