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.text.erb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/views/user_mailer/reset_password_instructions.es.text.erb (limited to 'app/views/user_mailer/reset_password_instructions.es.text.erb') diff --git a/app/views/user_mailer/reset_password_instructions.es.text.erb b/app/views/user_mailer/reset_password_instructions.es.text.erb new file mode 100644 index 000000000..8abafcc99 --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.es.text.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. + +<%= 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