diff options
author | Mario <mario@mariovavti.com> | 2021-05-07 08:15:06 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-07 08:15:06 +0000 |
commit | 9ad2b017e235e26f0d7fee26e2fc9dd532dd8629 (patch) | |
tree | 1a5c2fda39d9d2e714930506961e778e8f703e26 /view/en | |
parent | 1fd5f5c893d224a523ecf279ec65c1cf933b2065 (diff) | |
download | volse-hubzilla-9ad2b017e235e26f0d7fee26e2fc9dd532dd8629.tar.gz volse-hubzilla-9ad2b017e235e26f0d7fee26e2fc9dd532dd8629.tar.bz2 volse-hubzilla-9ad2b017e235e26f0d7fee26e2fc9dd532dd8629.zip |
register: fix language issue and add additional info to the infobox if email verification is configured
Diffstat (limited to 'view/en')
-rw-r--r-- | view/en/register_verify_member.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/en/register_verify_member.tpl b/view/en/register_verify_member.tpl index 926efbd11..a4a3079a0 100644 --- a/view/en/register_verify_member.tpl +++ b/view/en/register_verify_member.tpl @@ -10,7 +10,7 @@ Login with the password you chose at registration. We need to verify your email address in order to give you full access. -Your validation token is +Your verification token is {{$hash}} @@ -18,7 +18,7 @@ Your validation token is This token is valid from {{$timeframe.0}} UTC until {{$timeframe.1}} UTC -{{/if}} +{{/if}} If you registered this account, please enter the validation code when requested or visit the following link: {{$siteurl}}/regate/{{$mail}} @@ -26,7 +26,7 @@ If you registered this account, please enter the validation code when requested To deny the request and remove the account, please visit: -{{$siteurl}}/regate/{{$mail}}{{if $ko}}/{{$ko}}{{/if}} +{{$siteurl}}/regate/{{$mail}}{{if $ko}}/{{$ko}}{{/if}} Thank you! |