From e7d1d50c261ade4059d57ea03febdda94d001975 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 31 Jan 2020 14:27:51 -0300 Subject: [PATCH] cambio forma de dirigirse al cliente a modo imperativo --- src/app/modules/info-formas-pago/info-formas-pago.component.html | 2 +- src/app/modules/pago-tarjeta/pago-tarjeta.component.html | 2 +- src/app/shared/cancelar-compra/cancelar-compra.component.html | 4 ++-- src/app/shared/header-publicidad/header-publicidad.component.ts | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/modules/info-formas-pago/info-formas-pago.component.html b/src/app/modules/info-formas-pago/info-formas-pago.component.html index ce44430..dcdaa83 100644 --- a/src/app/modules/info-formas-pago/info-formas-pago.component.html +++ b/src/app/modules/info-formas-pago/info-formas-pago.component.html @@ -69,7 +69,7 @@ src="assets/img/icono-cajero.svg"> diff --git a/src/app/modules/pago-tarjeta/pago-tarjeta.component.html b/src/app/modules/pago-tarjeta/pago-tarjeta.component.html index fe1030d..9d2c9d7 100644 --- a/src/app/modules/pago-tarjeta/pago-tarjeta.component.html +++ b/src/app/modules/pago-tarjeta/pago-tarjeta.component.html @@ -20,7 +20,7 @@ src="assets/img/icono-tarjetas.svg">

AHORA ESPERÁ QUE SE ACTIVE EL POSNET

- deslice su tarjeta + deslizá tu tarjeta

Y SEGUÍ LAS INSTRUCCIONES DEL LECTOR

diff --git a/src/app/shared/cancelar-compra/cancelar-compra.component.html b/src/app/shared/cancelar-compra/cancelar-compra.component.html index b202b2e..6ecb802 100644 --- a/src/app/shared/cancelar-compra/cancelar-compra.component.html +++ b/src/app/shared/cancelar-compra/cancelar-compra.component.html @@ -6,9 +6,9 @@
-

NECESITA

+

NECESITÁS

más tiempo

-

PARA SU PEDIDO?

+

PARA TU PEDIDO?

diff --git a/src/app/shared/header-publicidad/header-publicidad.component.ts b/src/app/shared/header-publicidad/header-publicidad.component.ts index f4f4977..36ca8fe 100644 --- a/src/app/shared/header-publicidad/header-publicidad.component.ts +++ b/src/app/shared/header-publicidad/header-publicidad.component.ts @@ -78,8 +78,8 @@ export class HeaderPublicidadComponent implements OnInit { initialState: { titleMessage: articulo.DET_LAR, imagenPath: articulo.imagenes.length ? articulo.imagenes[0].imagen : 'assets/img/imagen-no-encontrada.jpg', - footerMessageFirst: `¿DESEA AGREGAR ESTE COMBO`, - footerMessageSecond: `a su carrito?`, + footerMessageFirst: `¿QUERÉS AGREGAR ESTE COMBO`, + footerMessageSecond: `a tu carrito?`, footerConfirmation: articulo.PreVen }, ignoreBackdropClick: true, -- 1.9.1