diff --git a/packages/editor-ui/src/components/MainHeader/ExecutionDetails/ExecutionDetails.vue b/packages/editor-ui/src/components/MainHeader/ExecutionDetails/ExecutionDetails.vue index 78ce7cf7de..a3fa2ea7f6 100644 --- a/packages/editor-ui/src/components/MainHeader/ExecutionDetails/ExecutionDetails.vue +++ b/packages/editor-ui/src/components/MainHeader/ExecutionDetails/ExecutionDetails.vue @@ -24,7 +24,7 @@ :title="$baseText('executionDetails.executionFailed')" /> - of + {{ $baseText('executionDetails.of') }} - workflow + {{ $baseText('executionDetails.workflow') }}
diff --git a/packages/editor-ui/src/i18n/locales/de.json b/packages/editor-ui/src/i18n/locales/de.json index fa8ec0403e..19584f7331 100644 --- a/packages/editor-ui/src/i18n/locales/de.json +++ b/packages/editor-ui/src/i18n/locales/de.json @@ -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", diff --git a/packages/editor-ui/src/i18n/locales/en.json b/packages/editor-ui/src/i18n/locales/en.json index 138b566090..3f90e890a8 100644 --- a/packages/editor-ui/src/i18n/locales/en.json +++ b/packages/editor-ui/src/i18n/locales/en.json @@ -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",