From d2c79d3ef0f3e22bae5081c26d9fa7a05434fdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Thu, 2 Dec 2021 13:41:34 +0100 Subject: [PATCH] :zap: Render missing strings in ExecutionDetails --- .../MainHeader/ExecutionDetails/ExecutionDetails.vue | 4 ++-- packages/editor-ui/src/i18n/locales/de.json | 4 +++- packages/editor-ui/src/i18n/locales/en.json | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/editor-ui/src/components/MainHeader/ExecutionDetails/ExecutionDetails.vue b/packages/editor-ui/src/components/MainHeader/ExecutionDetails/ExecutionDetails.vue index 78ce7cf7d..a3fa2ea7f 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 fa8ec0403..19584f733 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 138b56609..3f90e890a 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",