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 fb62fbda7..ec3950efb 100644 --- a/app/views/users/email_addresses/confirmations/invalid_token.html.erb +++ b/app/views/users/email_addresses/confirmations/invalid_token.html.erb @@ -1,19 +1,16 @@ -<% @page_title = "Confirm email change" %> +<% @page_title = "Link expired" %> -
Something went wrong.
-- 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) %>. +
+ That email confirmation link is no longer valid—they expire after 30 minues. You’ll have to try again.
-- If that doesn't help, please <%= mail_to "support@fizzy.do", "send us an email" %>. + <%= link_to "Change my email address", new_user_email_address_path(user_id: @user, script_name: @user.account.slug), class: "btn btn--link center" %> + +
+ If you get stuck, <%= mail_to "support@fizzy.do", "send us an email" %> and we’ll get you back on track.