From bbaa6086f1c90d912e9765ce9b66ba18379978df Mon Sep 17 00:00:00 2001 From: Jean-Pascal <jean-pascal.aubry@inrae.fr> Date: Wed, 31 Jan 2024 10:14:47 +0000 Subject: [PATCH] fix: replace discharge coefficient symbol by the symbol present in Jalhyd to display the discharge coefficient field --- 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 66eace589..ecccb07ad 100644 --- a/src/app/calculators/rugofond/config.json +++ b/src/app/calculators/rugofond/config.json @@ -16,7 +16,7 @@ "id": "If", "help": "hsl/pente.html" }, - "Cdt", + "CdT", "d65", { "id": "Ks", diff --git a/src/app/calculators/rugofond/en.json b/src/app/calculators/rugofond/en.json index b0f5ca0ff..7902781f7 100644 --- a/src/app/calculators/rugofond/en.json +++ b/src/app/calculators/rugofond/en.json @@ -22,7 +22,7 @@ "ZR1": "Upper upstream ramp bottom elevation", "Nb": "Number of baffles", "L": "Total width of ramp", - "Cdt": "Discharge coefficient", + "CdT": "Discharge coefficient", "d65": "d65", diff --git a/src/app/calculators/rugofond/fr.json b/src/app/calculators/rugofond/fr.json index afefbc1a9..e289f7737 100644 --- a/src/app/calculators/rugofond/fr.json +++ b/src/app/calculators/rugofond/fr.json @@ -17,7 +17,7 @@ "ZR1": "Cote de fond haut amont rampe", "Nb": "Nombre de ralentisseurs", "L": "Largeur totale de la rampe", - "Cdt": "Coefficient de débit", + "CdT": "Coefficient de débit", "d65": "d65", "PASSTYPE_0": "Radiers multiples", -- GitLab