Skip to content

Commit

Permalink
fix: add colon to dataset label in trad files
Browse files Browse the repository at this point in the history
  • Loading branch information
nborde-CSM authored and csm-thu committed Dec 14, 2023
1 parent 5fc7e0c commit bcbdbdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"scenariomanager": {
"treelist": {
"node": {
"dataset_one": "Dataset",
"dataset_other": "Datasets",
"dataset_one": "Dataset:",
"dataset_other": "Datasets:",
"runTemplate": "Run type:",
"status": {
"label": "Run status:",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"scenariomanager": {
"treelist": {
"node": {
"dataset_one": "Dataset",
"dataset_other": "Datasets",
"dataset_one": "Dataset :",
"dataset_other": "Datasets :",
"runTemplate": "Type de scénario :",
"status": {
"label": "Statut :",
Expand Down

0 comments on commit bcbdbdb

Please sign in to comment.