Skip to content
Snippets Groups Projects
Commit 9ffbafd6 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

feat: add cold water in profile options

parent 65fc27fc
Branches
No related tags found
1 merge request!256Features/add new profile question
......@@ -154,6 +154,14 @@ const ProfileTypeOptions: React.FC = () => {
)}
</div>
<div className="fields">
<div className="label">
{t('profile_type.cold_water.title')}
</div>
<div className="value">
{t(
`profile_type.cold_water.${profile.profileType.coldWater}_text`
)}
</div>
<div className="label">
{t('profile_type.hot_water.title')}
</div>
......
......@@ -514,10 +514,12 @@
"text": "Équipé d'une pompe à chaleur ou poêle à bois"
},
"cold_water": {
"title": "Eau froide",
"title": "Eau",
"question": "Votre eau est-elle comprise dans vos charges collectives ?",
"individual": "Non",
"collective": "Oui"
"collective": "Oui",
"individual_text": "Individuel",
"collective_text": "Collectif"
},
"hot_water": {
"title": "Eau chaude",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment