UX: show generic message when reloading 'activation email resent' page
This commit is contained in:
parent
6fb421312e
commit
1381dc603d
|
@ -1,3 +1,7 @@
|
||||||
<div class='ac-message'>
|
<div class='ac-message'>
|
||||||
|
{{#if email}}
|
||||||
{{{i18n 'login.sent_activation_email_again' currentEmail=email}}}
|
{{{i18n 'login.sent_activation_email_again' currentEmail=email}}}
|
||||||
|
{{else}}
|
||||||
|
{{i18n 'login.sent_activation_email_again_generic'}}
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1243,6 +1243,7 @@ en:
|
||||||
submit_new_email: "Update Email Address"
|
submit_new_email: "Update Email Address"
|
||||||
|
|
||||||
sent_activation_email_again: "We sent another activation email to you at <b>{{currentEmail}}</b>. It might take a few minutes for it to arrive; be sure to check your spam folder."
|
sent_activation_email_again: "We sent another activation email to you at <b>{{currentEmail}}</b>. It might take a few minutes for it to arrive; be sure to check your spam folder."
|
||||||
|
sent_activation_email_again_generic: "We sent another activation email. It might take a few minutes for it to arrive; be sure to check your spam folder."
|
||||||
to_continue: "Please Log In"
|
to_continue: "Please Log In"
|
||||||
preferences: "You need to be logged in to change your user preferences."
|
preferences: "You need to be logged in to change your user preferences."
|
||||||
forgot: "I don't recall my account details"
|
forgot: "I don't recall my account details"
|
||||||
|
|
Loading…
Reference in New Issue