From a92d8bfc6e2fcc4bf79fc3f6564fdb864ccd3f41 Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Fri, 15 Mar 2024 13:46:25 +0100 Subject: [PATCH] fix(editor): Fix source control docs link in add workflow button tooltip (#8891) --- packages/editor-ui/src/plugins/i18n/locales/en.json | 3 ++- packages/editor-ui/src/views/WorkflowsView.vue | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index eb8873e3cf..5131a7c9de 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -764,7 +764,8 @@ "mainSidebar.showMessage.stopExecution.title": "Execution stopped", "mainSidebar.templates": "Templates", "mainSidebar.workflows": "Workflows", - "mainSidebar.workflows.readOnlyEnv.tooltip": "Protected instances prevent editing workflows (recommended for production environments). More info", + "mainSidebar.workflows.readOnlyEnv.tooltip": "Protected instances prevent editing workflows (recommended for production environments). {link}", + "mainSidebar.workflows.readOnlyEnv.tooltip.link": "More info", "mainSidebar.executions": "All executions", "mainSidebar.workersView": "Workers", "menuActions.duplicate": "Duplicate", diff --git a/packages/editor-ui/src/views/WorkflowsView.vue b/packages/editor-ui/src/views/WorkflowsView.vue index eb023a576e..b6874e6eca 100644 --- a/packages/editor-ui/src/views/WorkflowsView.vue +++ b/packages/editor-ui/src/views/WorkflowsView.vue @@ -27,7 +27,13 @@