mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 19:48:06 +01:00
01421999ae
* Make text e-mails consistent with HTML ones in UserMailer * Fix UserMailer specs
9 lines
184 B
Text
9 lines
184 B
Text
<%= t 'devise.mailer.email_changed.title' %>
|
|
|
|
===
|
|
|
|
<%= t 'devise.mailer.email_changed.explanation' %>
|
|
|
|
<%= @resource.unconfirmed_email %>
|
|
|
|
<%= t 'devise.mailer.email_changed.extra' %>
|