From 40172e5c8c792f83668f2ba703fe3e13efcc6aa5 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Mon, 20 Jan 2020 07:39:11 +0100 Subject: [PATCH] =?UTF-8?q?correcci=C3=B3n=20de=20formato?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- print/templates/email/buyer-week-waste/buyer-week-waste.html | 2 +- print/templates/email/buyer-week-waste/locale/es.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/print/templates/email/buyer-week-waste/buyer-week-waste.html b/print/templates/email/buyer-week-waste/buyer-week-waste.html index 56d0a7e0d..b9ebd6175 100644 --- a/print/templates/email/buyer-week-waste/buyer-week-waste.html +++ b/print/templates/email/buyer-week-waste/buyer-week-waste.html @@ -43,7 +43,7 @@ {{waste.buyer}} - {{(waste.percentage / 100) | percentage(4, 4, locale)}} + {{(waste.percentage / 100) | percentage(2, 2, locale)}} {{waste.dwindle | currency('EUR', locale)}} {{waste.total | currency('EUR', locale)}} diff --git a/print/templates/email/buyer-week-waste/locale/es.yml b/print/templates/email/buyer-week-waste/locale/es.yml index fca8c3a2b..d4220dd91 100644 --- a/print/templates/email/buyer-week-waste/locale/es.yml +++ b/print/templates/email/buyer-week-waste/locale/es.yml @@ -4,6 +4,6 @@ dear: Hola description: A continuaciĆ³n se muestra la merma semanal a fecha de {0}. buyer: Comprador percentage: Porcentaje -weakening: Mermas +dwindle: Merma total: Total wasteDetailLink: 'Para ver el desglose de mermas haz clic en el siguiente enlace:' \ No newline at end of file