diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-20 01:32:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-20 01:32:05 +0100 |
commit | 01421999aeee60c1bb24a8509a9d1b9ebe34b4d9 (patch) | |
tree | 1acca1a1a3283cd194504de37857939099e8f854 /app/views/user_mailer/password_change.text.erb | |
parent | 0b888acfd4ffddd29f25c878373e9b9f5ec6c0ab (diff) |
Make text e-mails consistent with HTML ones in UserMailer (#6291)
* Make text e-mails consistent with HTML ones in UserMailer * Fix UserMailer specs
Diffstat (limited to 'app/views/user_mailer/password_change.text.erb')
-rw-r--r-- | app/views/user_mailer/password_change.text.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/user_mailer/password_change.text.erb b/app/views/user_mailer/password_change.text.erb new file mode 100644 index 000000000..77a37894e --- /dev/null +++ b/app/views/user_mailer/password_change.text.erb @@ -0,0 +1,7 @@ +<%= t 'devise.mailer.password_change.title' %> + +=== + +<%= t 'devise.mailer.password_change.explanation' %> + +<%= t 'devise.mailer.password_change.extra' %> |