From 4d06a04e7a26ef61421ab2572854a85337a773bc Mon Sep 17 00:00:00 2001
From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com>
Date: Wed, 17 Feb 2021 19:04:40 +0100
Subject: [PATCH] fix: update profile type options

---
 src/components/Options/ProfileTypeOptions.tsx |  2 ++
 src/locales/fr.json                           | 14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/components/Options/ProfileTypeOptions.tsx b/src/components/Options/ProfileTypeOptions.tsx
index 27a1abe19..93494d40d 100644
--- a/src/components/Options/ProfileTypeOptions.tsx
+++ b/src/components/Options/ProfileTypeOptions.tsx
@@ -162,6 +162,8 @@ const ProfileTypeOptions: React.FC = () => {
                         `profile_type.cold_water.${profile.profileType.coldWater}_text`
                       )}
                     </div>
+                  </div>
+                  <div className="fields">
                     <div className="label">
                       {t('profile_type.hot_water.title')}
                     </div>
diff --git a/src/locales/fr.json b/src/locales/fr.json
index a204095e7..1c21bd9eb 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -518,14 +518,14 @@
       "question": "Votre eau est-elle comprise dans vos charges collectives ?",
       "individual": "Non",
       "collective": "Oui",
-      "individual_text": "Individuel",
-      "collective_text": "Collectif"
+      "individual_text": "Individuelle",
+      "collective_text": "Collective"
     },
     "hot_water": {
       "title": "Eau chaude",
       "question": "Quel est votre type de production d’eau chaude ?",
-      "individual": "Individuel",
-      "collective": "Collectif"
+      "individual": "Individuelle",
+      "collective": "Collective"
     },
     "hot_water_equipment": {
       "title": "Eau chaude",
@@ -548,9 +548,9 @@
       "question": "Quelle source d’énergie est utilisée pour produire votre eau chaude ?",
       "0": "Électricité",
       "2": "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"
+      "no_fluid_text": "Produite ni par de l'électricité, ni par du gaz",
+      "0_text": "Produite grâce à de l'électricité",
+      "2_text": "Produite grâce au gaz"
     },
     "cooking_fluid": {
       "title": "Source cuisson",
-- 
GitLab