diff --git a/packages/editor-ui/src/components/DebugPaywallModal.vue b/packages/editor-ui/src/components/DebugPaywallModal.vue index 667e067ce008b..87c733b7e1b5a 100644 --- a/packages/editor-ui/src/components/DebugPaywallModal.vue +++ b/packages/editor-ui/src/components/DebugPaywallModal.vue @@ -16,7 +16,7 @@ const i18n = useI18n(); {{ i18n.baseText('executionsList.debug.paywall.content') }}
- + {{ i18n.baseText('executionsList.debug.paywall.link.text') }}
diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index ff43e76679106..fad3877d9e32b 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -574,7 +574,7 @@ "executionsList.debug.button.debugInEditor": "Debug in editor", "executionsList.debug.paywall.content": "Debug in Editor allows you to debug a previous execution with the actual data pinned, right in your editor.", "executionsList.debug.paywall.link.text": "Read more in the docs", - "executionsList.debug.paywall.link.url": "#", + "executionsList.debug.paywall.link.url": "https://docs.n8n.io/workflows/executions/debug/", "executionSidebar.executionName": "Execution {id}", "executionSidebar.searchPlaceholder": "Search executions...", "executionView.onPaste.title": "Cannot paste here",