From a6c5cc19b7edcacd8b1545b486333bc29e2c4247 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 3 Dec 2025 11:21:13 -0600 Subject: [PATCH] Copy and layout edits for the new invalid token screen --- .../confirmations/invalid_token.html.erb | 25 ++++++++----------- 1 file changed, 11 insertions(+), 14 deletions(-) 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" %> -
-
-

- <%= @page_title %> -

-

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) %>. +

+

+ <%= @page_title %> +

+

+ 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.