From c155d843f4d523d52ce4ce67491578385c06fd1b Mon Sep 17 00:00:00 2001 From: BruWalfas Date: Mon, 18 Sep 2017 19:47:48 -0300 Subject: A few updates to the Spanish translation and some typos fixing (#4997) * So Spanish. Much changes. Wow. * Some little fixes * Updated es.yml, and fixed some ortographical errors * Some little changes to simple_form.es.yml * Yeah, so much translations * Spanish e-mail messages * Remove unused message --- app/views/user_mailer/reset_password_instructions.es.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/views/user_mailer/reset_password_instructions.es.html.erb (limited to 'app/views/user_mailer/reset_password_instructions.es.html.erb') diff --git a/app/views/user_mailer/reset_password_instructions.es.html.erb b/app/views/user_mailer/reset_password_instructions.es.html.erb new file mode 100644 index 000000000..4eeb6601d --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.es.html.erb @@ -0,0 +1,8 @@ +

¡Hola, <%= @resource.email %>!

+ +

Alguien pidió un enlace para cambiar tu contraseña en <%= @instance %>. Puedes hacer esto con el siguiente enlace.

+ +

<%= link_to 'Cambiar mi contraseña', edit_password_url(@resource, reset_password_token: @token) %>

+ +

Si no fuiste tú, por favor ignora este mensaje.

+

Tu contraseña no cambiará hasta que ingreses al enlace y crees una nueva.

-- cgit