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/confirmation_instructions.en.text.erb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/user_mailer/confirmation_instructions.en.text.erb (limited to 'app/views/user_mailer/confirmation_instructions.en.text.erb') diff --git a/app/views/user_mailer/confirmation_instructions.en.text.erb b/app/views/user_mailer/confirmation_instructions.en.text.erb new file mode 100644 index 000000000..bb21cf8e2 --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.en.text.erb @@ -0,0 +1,5 @@ +Welcome <%= @resource.email %>! + +You can confirm your Mastodon account email through the link below: + +<%= confirmation_url(@resource, confirmation_token: @token) %> -- cgit