diff options
Diffstat (limited to 'app/views/user_mailer/password_change.es.html.erb')
-rw-r--r-- | app/views/user_mailer/password_change.es.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/user_mailer/password_change.es.html.erb b/app/views/user_mailer/password_change.es.html.erb new file mode 100644 index 000000000..0a9eb4c4c --- /dev/null +++ b/app/views/user_mailer/password_change.es.html.erb @@ -0,0 +1,3 @@ +<p>¡Hola, <%= @resource.email %>!</p> + +<p>Te contactamos para notificarte que tu contraseña en <%= @instance %> ha sido modificada.</p> \ No newline at end of file |