mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-07 16:33:24 +00:00
01421999ae
* Make text e-mails consistent with HTML ones in UserMailer * Fix UserMailer specs
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
<%= t 'devise.mailer.email_changed.title' %>
|
|
|
|
===
|
|
|
|
<%= t 'devise.mailer.email_changed.explanation' %>
|
|
|
|
<%= @resource.unconfirmed_email %>
|
|
|
|
<%= t 'devise.mailer.email_changed.extra' %>
|