Skip to content

Commit

Permalink
front : change edit button to save button in OS
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainValls committed Oct 25, 2023
1 parent 50ce379 commit 4dc1044
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion front/public/locales/en/operationalStudies/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"projectDescription": "Project description",
"projectFunders": "Funding details",
"projectModificationTitle": "Modify project",
"projectModifyButton": "Edit",
"projectModifyButton": "Save",
"projectName": "Project name",
"projectNameMissing": "You must choose a project name",
"projectObjectives": "Project goals",
Expand Down
3 changes: 1 addition & 2 deletions front/public/locales/en/operationalStudies/scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scenarioDeletedDetails": "Scenario {{ name }} has been deleted.",
"scenarioDescription": "Description",
"scenarioModificationTitle": "Modify scenario",
"scenarioModifyButton": "Edit",
"scenarioModifyButton": "Save",
"scenarioName": "Scenario's name",
"scenarioNameMissing": "You have to set a name for scenario",
"scenarioTags": "Tags",
Expand All @@ -44,7 +44,6 @@
"update": "Edit",
"trainsSelectionDeletedCount_one": "The train has been deleted.",
"trainsSelectionDeletedCount_other": "The {{count}} trains have been deleted."

},
"trainCount_one": "1 train",
"trainCount_other": "{{ count }} trains",
Expand Down
2 changes: 1 addition & 1 deletion front/public/locales/en/operationalStudies/study.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"studyDescription": "Description",
"studyEstimatedEndingDate": "Expected ending",
"studyModificationTitle": "Edit a study",
"studyModifyButton": "Edit",
"studyModifyButton": "Save",
"studyName": "Study name",
"studyNameMissing": "You must enter a name for the study",
"studyRealEndingDate": "Real ending",
Expand Down
2 changes: 1 addition & 1 deletion front/public/locales/fr/operationalStudies/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"projectDescription": "Description du projet",
"projectFunders": "Détails du financement",
"projectModificationTitle": "Modifier le projet",
"projectModifyButton": "Modifier",
"projectModifyButton": "Enregistrer",
"projectName": "Nom du projet",
"projectNameMissing": "Vous devez renseigner un nom pour le projet",
"projectObjectives": "Objectifs du projet",
Expand Down
2 changes: 1 addition & 1 deletion front/public/locales/fr/operationalStudies/scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scenarioDeletedDetails": "Le scénario {{ name }} a bien été supprimé.",
"scenarioDescription": "Description",
"scenarioModificationTitle": "Modifier le scénario",
"scenarioModifyButton": "Modifier",
"scenarioModifyButton": "Enregistrer",
"scenarioName": "Nom du scénario",
"scenarioNameMissing": "Vous devez renseigner un nom pour le scénario",
"scenarioTags": "Étiquettes",
Expand Down
2 changes: 1 addition & 1 deletion front/public/locales/fr/operationalStudies/study.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"studyDescription": "Description",
"studyEstimatedEndingDate": "Fin estimée",
"studyModificationTitle": "Modifier une étude",
"studyModifyButton": "Modifier",
"studyModifyButton": "Enregistrer",
"studyName": "Nom de l'étude",
"studyNameMissing": "Vous devez renseigner un nom pour l'étude",
"studyRealEndingDate": "Fin réalisée",
Expand Down

0 comments on commit 4dc1044

Please sign in to comment.