diff --git a/app/views/mailers/user_mailer/email_change_confirmation.html.erb b/app/views/mailers/user_mailer/email_change_confirmation.html.erb index ed28e2a2d..1b4ff6f46 100644 --- a/app/views/mailers/user_mailer/email_change_confirmation.html.erb +++ b/app/views/mailers/user_mailer/email_change_confirmation.html.erb @@ -1,9 +1,9 @@ -

Confirm your new email address

-

Hit the button below to confirm your email address change

+

Confirm your email address change

+

Hit the button below to use this email address in Fizzy.

-<%= link_to "Confirm email change", user_email_address_confirmation_url(@user, @token), class: "btn" %> +<%= link_to "Yes use use this email address", user_email_address_confirmation_url(@user, @token), class: "btn" %> -

If you didn't request this change, you can safely ignore this email. Your email address won't be changed unless you click the button above.

+

If you didn’t request this change, you can ignore this email. Your email address WILL NOT be changed unless you hit the button.

diff --git a/app/views/mailers/user_mailer/email_change_confirmation.text.erb b/app/views/mailers/user_mailer/email_change_confirmation.text.erb index 90d6b11d5..9674ebf9f 100644 --- a/app/views/mailers/user_mailer/email_change_confirmation.text.erb +++ b/app/views/mailers/user_mailer/email_change_confirmation.text.erb @@ -1,7 +1,8 @@ -Confirm your new email address +Confirm your email address change <%= "=" * 80 %> -Open this link in your browser to confirm your email address change: +Hit the link below to use this email address in Fizzy: + <%= user_email_address_confirmation_url(@user, @token) %> -If you didn't request this change, you can safely ignore this email. Your email address won't be changed unless you click the link above. +If you didn’t request this change, you can ignore this email. Your email address WILL NOT be changed unless you hit the button. \ No newline at end of file