From 4c74230eb2226b93a42eb3c636e61e36bb36338c Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Mon, 25 Apr 2022 15:32:01 +0200 Subject: [PATCH] wording --- src/notifications/consumptionLimit.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/notifications/consumptionLimit.hbs b/src/notifications/consumptionLimit.hbs index 93dc11167..cc0d0b9a1 100644 --- a/src/notifications/consumptionLimit.hbs +++ b/src/notifications/consumptionLimit.hbs @@ -13,8 +13,8 @@ Bonjour {{username}}, </mj-text> <mj-text color="white" font-weight="400" font-size="18px"> - La limite de consommation d'eau journalière que vous avez fixée à {{userLimit}} L a été dépassée.<br /> - Le <span style="color: #E3B82A; font-weight: 700;">{{limitDate}}</span>, vous avez consommé <span style="color: #3a98ec; font-weight:700;">{{consumption}}</span>.<br /> + La limite de consommation d'eau journalière que vous avez fixée à {{userLimit}} litres a été dépassée.<br /> + Le <span style="color: #E3B82A; font-weight: 700;">{{limitDate}}</span>, vous avez consommé <span style="color: #3a98ec; font-weight:700;">{{consumption}} litres</span>.<br /> </mj-text> <mj-text color="white" font-weight="400" font-size="18px"> Pour comprendre ce qu’il s’est passé, rendez-vous dans Ecolyo. -- GitLab