From 116ab27e081253a572b1ce7a5188b472092bbec4 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 16 Nov 2016 18:25:21 +0100 Subject: i18n for devise mailer too --- app/views/user_mailer/reset_password_instructions.en.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/views/user_mailer/reset_password_instructions.en.html.erb (limited to 'app/views/user_mailer/reset_password_instructions.en.html.erb') diff --git a/app/views/user_mailer/reset_password_instructions.en.html.erb b/app/views/user_mailer/reset_password_instructions.en.html.erb new file mode 100644 index 000000000..643b43319 --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.en.html.erb @@ -0,0 +1,8 @@ +

Hello <%= @resource.email %>!

+ +

Someone has requested a link to change your password on Mastodon. You can do this through the link below.

+ +

<%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %>

+ +

If you didn't request this, please ignore this email.

+

Your password won't change until you access the link above and create a new one.

-- cgit