From 819ce26abeef45dee4ccbb53138cb7f4a6f0f4cd Mon Sep 17 00:00:00 2001
From: gcarron <gcarron@grandlyon.com>
Date: Mon, 15 Feb 2021 17:02:54 +0100
Subject: [PATCH] fix typo

---
 src/locales/fr.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/locales/fr.json b/src/locales/fr.json
index 515c7b2db..f2d387967 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -533,9 +533,9 @@
       "question": "Quelle source d’énergie est utilisée pour produire votre eau chaude ?",
       "0": "Électricité",
       "2": "Gaz",
-      "no_fluid_text": "Produits ni par de l'électricité, ni par du gaz",
-      "0_text": "Produits grâce à de l'électricité",
-      "2_text": "Produits grâce au gaz"
+      "no_fluid_text": "Produit ni par de l'électricité, ni par du gaz",
+      "0_text": "Produit grâce à de l'électricité",
+      "2_text": "Produit grâce au gaz"
     },
     "cooking_fluid": {
       "title": "Source cuisson",
-- 
GitLab