diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-16 18:25:21 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-16 18:25:21 +0100 |
commit | 116ab27e081253a572b1ce7a5188b472092bbec4 (patch) | |
tree | 649bda20e251b2fe7c466946b84d65344ea7a0d5 /app/views | |
parent | 2c766bd4b4c6dcf8e7c9a6dd9421edca0de57aba (diff) |
i18n for devise mailer too
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/user_mailer/confirmation_instructions.en.html.erb (renamed from app/views/auth/mailer/confirmation_instructions.en.html.erb) | 0 | ||||
-rw-r--r-- | app/views/user_mailer/confirmation_instructions.en.text.erb (renamed from app/views/auth/mailer/confirmation_instructions.en.text.erb) | 0 | ||||
-rw-r--r-- | app/views/user_mailer/password_change.en.html.erb (renamed from app/views/auth/mailer/password_change.en.html.erb) | 0 | ||||
-rw-r--r-- | app/views/user_mailer/password_change.en.text.erb (renamed from app/views/auth/mailer/password_change.en.text.erb) | 0 | ||||
-rw-r--r-- | app/views/user_mailer/reset_password_instructions.en.html.erb (renamed from app/views/auth/mailer/reset_password_instructions.en.html.erb) | 0 | ||||
-rw-r--r-- | app/views/user_mailer/reset_password_instructions.en.text.erb (renamed from app/views/auth/mailer/reset_password_instructions.en.text.erb) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/app/views/auth/mailer/confirmation_instructions.en.html.erb b/app/views/user_mailer/confirmation_instructions.en.html.erb index 69e9ff80f..69e9ff80f 100644 --- a/app/views/auth/mailer/confirmation_instructions.en.html.erb +++ b/app/views/user_mailer/confirmation_instructions.en.html.erb diff --git a/app/views/auth/mailer/confirmation_instructions.en.text.erb b/app/views/user_mailer/confirmation_instructions.en.text.erb index bb21cf8e2..bb21cf8e2 100644 --- a/app/views/auth/mailer/confirmation_instructions.en.text.erb +++ b/app/views/user_mailer/confirmation_instructions.en.text.erb diff --git a/app/views/auth/mailer/password_change.en.html.erb b/app/views/user_mailer/password_change.en.html.erb index a1bc77463..a1bc77463 100644 --- a/app/views/auth/mailer/password_change.en.html.erb +++ b/app/views/user_mailer/password_change.en.html.erb diff --git a/app/views/auth/mailer/password_change.en.text.erb b/app/views/user_mailer/password_change.en.text.erb index 27581e604..27581e604 100644 --- a/app/views/auth/mailer/password_change.en.text.erb +++ b/app/views/user_mailer/password_change.en.text.erb diff --git a/app/views/auth/mailer/reset_password_instructions.en.html.erb b/app/views/user_mailer/reset_password_instructions.en.html.erb index 643b43319..643b43319 100644 --- a/app/views/auth/mailer/reset_password_instructions.en.html.erb +++ b/app/views/user_mailer/reset_password_instructions.en.html.erb diff --git a/app/views/auth/mailer/reset_password_instructions.en.text.erb b/app/views/user_mailer/reset_password_instructions.en.text.erb index fe73b0165..fe73b0165 100644 --- a/app/views/auth/mailer/reset_password_instructions.en.text.erb +++ b/app/views/user_mailer/reset_password_instructions.en.text.erb |