mastodon/app/views/user_mailer/password_change.text.erb
Eugen Rochko 01421999ae
Make text e-mails consistent with HTML ones in UserMailer (#6291)
* Make text e-mails consistent with HTML ones in UserMailer

* Fix UserMailer specs
2018-01-20 01:32:05 +01:00

8 lines
154 B
Plaintext

<%= t 'devise.mailer.password_change.title' %>
===
<%= t 'devise.mailer.password_change.explanation' %>
<%= t 'devise.mailer.password_change.extra' %>