mastodon/app/views/user_mailer/reset_password_instructions.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

10 lines
260 B
Plaintext

<%= t 'devise.mailer.reset_password_instructions.title' %>
===
<%= t 'devise.mailer.reset_password_instructions.explanation' %>
=> <%= edit_password_url(@resource, reset_password_token: @token) %>
<%= t 'devise.mailer.reset_password_instructions.extra' %>