Render missing strings in ExecutionDetails

This commit is contained in:
Iván Ovejero
2021-12-02 13:41:34 +01:00
parent 01db7f4a5b
commit d2c79d3ef0
3 changed files with 8 additions and 4 deletions

View File

@@ -179,7 +179,9 @@
"executionId": "🇩🇪 Execution ID",
"executionWaiting": "🇩🇪 Execution waiting",
"executionWasSuccessful": "🇩🇪 Execution was successful",
"openWorkflow": "🇩🇪 Open Workflow"
"openWorkflow": "🇩🇪 Open Workflow",
"of": "🇩🇪 of",
"workflow": "🇩🇪 workflow"
},
"executionsList": {
"allWorkflows": "🇩🇪 All Workflows",

View File

@@ -163,7 +163,9 @@
"executionId": "Execution ID",
"executionWaiting": "Execution waiting",
"executionWasSuccessful": "Execution was successful",
"openWorkflow": "Open Workflow"
"openWorkflow": "Open Workflow",
"of": "of",
"workflow": "workflow"
},
"executionsList": {
"allWorkflows": "All Workflows",