From de3d294cdbf7a0149eafa07a51c0906e1a775170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20S=C3=A1nchez?= Date: Tue, 26 Dec 2017 11:02:09 +0100 Subject: [PATCH] =?UTF-8?q?Recuperaci=C3=B3n=20de=20contrase=C3=B1a=20en?= =?UTF-8?q?=20bienvenida=20cliente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/mailer/application/template/client-welcome/index.html | 2 +- .../mailer/application/template/client-welcome/locale/es.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/mailer/application/template/client-welcome/index.html b/services/mailer/application/template/client-welcome/index.html index 2c778bee8..6d25bcd7e 100644 --- a/services/mailer/application/template/client-welcome/index.html +++ b/services/mailer/application/template/client-welcome/index.html @@ -24,7 +24,7 @@

{{_.clientNumber}} {{clientId}}
{{_.user}} {{userName}}
-
{{_.password}} ******** {{_.passwordResetText}}
+
{{_.password}} ******** {{{_.passwordResetText}}}

{{_.sectionHowToBuyTitle}}

diff --git a/services/mailer/application/template/client-welcome/locale/es.json b/services/mailer/application/template/client-welcome/locale/es.json index e7dce623c..95a903e5c 100644 --- a/services/mailer/application/template/client-welcome/locale/es.json +++ b/services/mailer/application/template/client-welcome/locale/es.json @@ -6,7 +6,7 @@ "clientNumber": "Identificador de cliente:", "user": "Usuario:", "password": "Contraseña:", - "passwordResetText": "(Va a recibir un correo para establecer la contraseña)", + "passwordResetText": "(Haga clic en \"¿Has olvidado tu contraseña?\")", "sectionHowToBuyTitle": "Cómo hacer un pedido", "sectionHowToBuyDescription": "Para realizar un pedido en nuestra web, debe configurarlo indicando:", "sectionHowToBuyRequeriment1": "Si quiere recibir el pedido (por agencia o por nuestro propio reparto) o si lo prefiere recoger en alguno de nuestros almacenes.",