From 766e55ddadd77f1f5a0c418d76691ad8c0781b12 Mon Sep 17 00:00:00 2001 From: "guilhem.carron" <gcarron@grandlyon.com> Date: Mon, 18 Oct 2021 16:01:03 +0200 Subject: [PATCH] Fix(conso): Change text for annual comparison --- 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 12409dcbf..4c7acb75e 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -869,7 +869,7 @@ }, "month": { "period": "Année", - "comparelabel": "Comparer au mois précédent" + "comparelabel": "Comparer à l'année précédente" }, "day": { "period": "Mois", -- GitLab