Update mailer copy
This commit is contained in:
committed by
Stanko K.R.
parent
3e2c314d9e
commit
95dc6dc2ed
@@ -1,9 +1,9 @@
|
||||
<h1 class="title">Confirm your new email address</h1>
|
||||
<p class="subtitle">Hit the button below to confirm your email address change</p>
|
||||
<h1 class="title">Confirm your email address change</h1>
|
||||
<p class="subtitle">Hit the button below to use this email address in Fizzy.</p>
|
||||
|
||||
<%= 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" %>
|
||||
|
||||
<p class="margin-block-start-double">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.</p>
|
||||
<p class="margin-block-start-double">If you didn’t request this change, you can ignore this email. Your email address WILL NOT be changed unless you hit the button.</p>
|
||||
|
||||
<p class="footer">Need help? <%= mail_to "support@37signals.com", "Email us"%>.
|
||||
</p>
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user