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",