Skip to content

Commit

Permalink
refactor(i18n-ui): remove duplicate 'Group' key
Browse files Browse the repository at this point in the history
  • Loading branch information
skamril committed Mar 24, 2024
1 parent fb597fc commit 689f737
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion webapp/public/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@
"study.modelization.clusters.matrix.timeSeries": "Time-Series",
"study.modelization.clusters.backClusterList": "Back to cluster list",
"study.modelization.clusters.tsInterpretation": "TS interpretation",
"study.modelization.clusters.group": "Group",
"studies.modelization.clusters.question.delete_one": "Are you sure you want to delete this cluster?",
"studies.modelization.clusters.question.delete_other": "Are you sure you want to delete these clusters?",
"study.modelization.bindingConst.comments": "Comments",
Expand Down
1 change: 0 additions & 1 deletion webapp/public/locales/fr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@
"study.modelization.clusters.matrix.timeSeries": "Séries temporelles",
"study.modelization.clusters.backClusterList": "Retour à la liste des clusters",
"study.modelization.clusters.tsInterpretation": "TS interpretation",
"study.modelization.clusters.group": "Groupes",
"studies.modelization.clusters.question.delete_one": "Êtes-vous sûr de vouloir supprimer ce cluster ?",
"studies.modelization.clusters.question.delete_other": "Êtes-vous sûr de vouloir supprimer ces clusters ?",
"study.modelization.bindingConst.comments": "Commentaires",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Fields() {
disabled
/>
<SelectFE
label={t("study.modelization.clusters.group")}
label={t("global.group")}
name="group"
control={control}
options={RENEWABLE_GROUPS}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Fields() {
disabled
/>
<SelectFE
label={t("study.modelization.clusters.group")}
label={t("global.group")}
name="group"
control={control}
options={STORAGE_GROUPS}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Fields() {
disabled
/>
<SelectFE
label={t("study.modelization.clusters.group")}
label={t("global.group")}
name="group"
control={control}
options={THERMAL_GROUPS}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function CreateDialog<TData extends TRow>({
sx={{ m: 0 }}
/>
<SelectFE
label={t("study.modelization.clusters.group")}
label={t("global.group")}
name="group"
control={control}
options={groups}
Expand Down

0 comments on commit 689f737

Please sign in to comment.