From dfe4cd9182df06bb15e5476230ee9def6b0eb172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com> Date: Tue, 9 May 2023 12:37:17 +0000 Subject: [PATCH] feat: renamed water alert --- src/locales/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/fr.json b/src/locales/fr.json index d646b5300..51db254e5 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -959,7 +959,7 @@ }, "profile": { "report": { - "title_alert": "Alerte fuite d'eau", + "title_alert": "Alerte Consommation Excessive d'Eau", "title_bilan": "Notification par mail", "switch_label_bilan": "Je reçois la lettre mensuelle contenant un bilan et des conseils sur ma consommation.", "switch_label_alert": "Être prévenu d’un dépassement anormal de ma consommation d’eau", -- GitLab