diff --git a/app/views/users/email_addresses/confirmations/invalid_token.html.erb b/app/views/users/email_addresses/confirmations/invalid_token.html.erb index 13e66c97d..fb62fbda7 100644 --- a/app/views/users/email_addresses/confirmations/invalid_token.html.erb +++ b/app/views/users/email_addresses/confirmations/invalid_token.html.erb @@ -8,9 +8,12 @@

Something went wrong.

-

- It looks like the email confirmation link is no longer valid. - Try changing your email address again from <%= link_to "your profile", edit_user_url(script_name: @user.account.slug, id: @user) %>. - If that doesn't help, please <%= mail_to "send us an email", "support@fizzy.do" %>. +

+ It looks like this email confirmation link is no longer valid. They last only 30 minues. + Try changing your email address again from <%= link_to "your profile", edit_user_url(script_name: @user.account.slug, id: @user) %>. +

+ +

+ If that doesn't help, please <%= mail_to "support@fizzy.do", "send us an email" %>.