Merge branch '5.2' into 5.3
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 17 Jun 2021 12:42:53 +0000 (14:42 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 17 Jun 2021 12:42:53 +0000 (14:42 +0200)
1  2 
wcfsetup/install/lang/en.xml

index 6ae06cd2059d799480ba01b9467845fb846b9206,d58d813012810d0589bfe21bbe7e4aca28a2fbf8..5363b3acecb2b3340ff97ea2a1607b090ea6db20
@@@ -4780,22 -4704,22 +4780,22 @@@ not register with us.]]></item
                <item name="wcf.user.register.needActivation.mail.html.headline"><![CDATA[Dear {$mailbox->getUser()->username},]]></item>
                <item name="wcf.user.register.needActivation.mail.html.intro"><![CDATA[
  <p>Thank you for registering at: <a href="{link isHtmlEmail=true}{/link}">{PAGE_TITLE|language}</a>. Before you are able to use your
- user account to its full extent it is required that you confirm validity of your email address once:</p>]]></item>
+ user account to its full extent it is required that you confirm validity of your email address once:</p>]]></item>
                <item name="wcf.user.register.needActivation.mail.html.activate"><![CDATA[Confirm my email address]]></item>
                <item name="wcf.user.register.needActivation.mail.html.outro"><![CDATA[
 -<p>Your activation code is: <kbd>{$mailbox->getUser()->activationCode}</kbd>.</p>
 +<p>Your activation code is: <kbd>{$mailbox->getUser()->emailConfirmed}</kbd>.</p>
  <p>If you have trouble confirming your email address, please contact the administrator at:
  <a href="mailto:{MAIL_ADMIN_ADDRESS}">{MAIL_ADMIN_ADDRESS}</a>. Please ignore this email if
  you did not register an account with us.</p>]]></item>
                <item name="wcf.user.register.needActivation.mail.plaintext"><![CDATA[Dear {@$mailbox->getUser()->username},
  
  Thank you for registering at: {@PAGE_TITLE|language} [URL:{link isEmail=true}{/link}]. Before you are
- able to use your user account to it's full extent it is required that you
+ able to use your user account to its full extent it is required that you
  confirm the validity of your email address once:
  
 -    {link controller='RegisterActivation' isEmail=true}u={@$mailbox->getUser()->userID}&a={@$mailbox->getUser()->activationCode}{/link} {* this line ends with a space *}
 +    {link controller='RegisterActivation' isEmail=true}u={@$mailbox->getUser()->userID}&a={@$mailbox->getUser()->emailConfirmed}{/link} {* this line ends with a space *}
  
 -Your activation code is: {@$mailbox->getUser()->activationCode} {* this line ends with a space *}
 +Your activation code is: {@$mailbox->getUser()->emailConfirmed} {* this line ends with a space *}
  
  If you have trouble confirming your email address, please contact the
  administrator at: {@MAIL_ADMIN_ADDRESS}. Please ignore this email if you did