From 5aa3e9707c98a56646582117b345482a24f62934 Mon Sep 17 00:00:00 2001 From: Antoine Date: Sat, 24 Oct 2020 22:01:39 -0400 Subject: [PATCH 1/3] spelling error --- .../locale/translations/templates/es.email.auth.invitation.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/translations/templates/es.email.auth.invitation.tpl b/app/config/locale/translations/templates/es.email.auth.invitation.tpl index d07b7ffb55..c1a8f81f11 100644 --- a/app/config/locale/translations/templates/es.email.auth.invitation.tpl +++ b/app/config/locale/translations/templates/es.email.auth.invitation.tpl @@ -2,7 +2,7 @@ Hola,

- Te hemos enviamos este correo porque {{owner}} quiere invitarte a formar parte del equipo {{team}} en {{project}}. + Te hemos enviado este correo porque {{owner}} quiere invitarte a formar parte del equipo {{team}} en {{project}}.

Sigue este enlace para unirte al equipo {{team}}: From 14c9f06350f3b8fd038548060343d4dcada7d17c Mon Sep 17 00:00:00 2001 From: Antoine Date: Sat, 24 Oct 2020 22:08:33 -0400 Subject: [PATCH 2/3] spelling/typo error --- .../locale/translations/templates/es.email.auth.recovery.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/locale/translations/templates/es.email.auth.recovery.tpl b/app/config/locale/translations/templates/es.email.auth.recovery.tpl index 0f1cfaa434..e498fd335c 100644 --- a/app/config/locale/translations/templates/es.email.auth.recovery.tpl +++ b/app/config/locale/translations/templates/es.email.auth.recovery.tpl @@ -2,11 +2,11 @@ Hola {{name}},

- Sigue este enlace para reestablecer tu contraseña de {{project}}. + Sigue este enlace para restablecer tu contraseña de {{project}}.

{{cta}}

- Si no has pedido reestablecer tu contraseña, puedes ignorar este mensaje. + Si no solicitaste restablecer tu contraseña, puedes ignorar este mensaje.

Gracias, From 864f9c2f4ce6d733280c8487758ec9f776476284 Mon Sep 17 00:00:00 2001 From: Antoine Date: Sat, 24 Oct 2020 22:12:27 -0400 Subject: [PATCH 3/3] typo error --- app/config/locale/translations/es.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/translations/es.php b/app/config/locale/translations/es.php index efe6c53fa9..eec059533e 100644 --- a/app/config/locale/translations/es.php +++ b/app/config/locale/translations/es.php @@ -9,7 +9,7 @@ return [ 'account.emails.team' => 'Equipo %s', 'account.emails.verification.title' => 'Confirmación de la cuenta', 'account.emails.verification.body' => 'es.email.auth.confirm.tpl', - 'account.emails.recovery.title' => 'Reestablecer contraseña', + 'account.emails.recovery.title' => 'Restablecer contraseña', 'account.emails.recovery.body' => 'es.email.auth.recovery.tpl', 'account.emails.invitation.title' => 'Invitación al Equipo %s en %s', 'account.emails.invitation.body' => 'es.email.auth.invitation.tpl',