Skip to content

Commit

Permalink
fix: fix missing part of label displayed when no scenarios exist
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Mar 17, 2022
1 parent 07fa96d commit 478d659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"noscenario": {
"title": "No scenario yet",
"label": "You can create a scenario by clicking on"
"label": "You can create a scenario by clicking on \"Create new scenario\""
},
"error": {
"unknown": {
Expand Down Expand Up @@ -291,7 +291,7 @@
"launch": "Launch"
},
"title": "Discard current modifications ?",
"body": "You will lose all your current changes made on the scenario parameters.",
"body": "You will lose all your current changes made on the scenario parameters.",
"confirmLaunchDialog": {
"title": "Launch scenario ?",
"body": "Running a scenario can take time. Any existing results for this scenario will be overwriten.",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"noscenario": {
"title": "Aucun scénario n'a encore été créé",
"label": "Vous pouvez créer un scénario en cliquant sur"
"label": "Vous pouvez créer un scénario en cliquant sur \"Créer un scénario\""
},
"error": {
"unknown": {
Expand Down

0 comments on commit 478d659

Please sign in to comment.