From f4f9150dff61f74791636e18be1a9bdb4a0329a3 Mon Sep 17 00:00:00 2001 From: Jean-Pascal <jean-pascal.aubry@inrae.fr> Date: Fri, 2 Feb 2024 15:39:14 +0000 Subject: [PATCH] feat: add crest type select in rugofond config.json Refs #657 --- src/app/calculators/rugofond/config.json | 2 +- src/app/calculators/rugofond/en.json | 2 +- src/app/calculators/rugofond/fr.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/calculators/rugofond/config.json b/src/app/calculators/rugofond/config.json index ecccb07ad..e75940758 100644 --- a/src/app/calculators/rugofond/config.json +++ b/src/app/calculators/rugofond/config.json @@ -31,7 +31,7 @@ { "id": "select_passtype", "type": "select", - "property": "inclinedApron" + "property": "crestType" }, "ZF1", { diff --git a/src/app/calculators/rugofond/en.json b/src/app/calculators/rugofond/en.json index b48fe40ee..c986c8f6e 100644 --- a/src/app/calculators/rugofond/en.json +++ b/src/app/calculators/rugofond/en.json @@ -20,6 +20,6 @@ "CdT": "Discharge coefficient", "d65": "d65", - "PASSTYPE_0": "Multiple aprons", + "PASSTYPE_0": "Horizontal aprons", "PASSTYPE_1": "Inclined apron" } \ No newline at end of file diff --git a/src/app/calculators/rugofond/fr.json b/src/app/calculators/rugofond/fr.json index e289f7737..68680d054 100644 --- a/src/app/calculators/rugofond/fr.json +++ b/src/app/calculators/rugofond/fr.json @@ -20,6 +20,6 @@ "CdT": "Coefficient de débit", "d65": "d65", - "PASSTYPE_0": "Radiers multiples", + "PASSTYPE_0": "Radier hotizontal", "PASSTYPE_1": "Radier incliné" } \ No newline at end of file -- GitLab