Skip to content

Commit

Permalink
fix(editor): Add debug feature docs link (#7240)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik authored and netroy committed Sep 25, 2023
1 parent 539f954 commit 1b2ccca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/DebugPaywallModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const i18n = useI18n();
<n8n-text>
{{ i18n.baseText('executionsList.debug.paywall.content') }}
<br />
<n8n-link :to="i18n.baseText('executionsList.debug.paywall.link.url')">
<n8n-link :to="i18n.baseText('executionsList.debug.paywall.link.url')" new-window>
{{ i18n.baseText('executionsList.debug.paywall.link.text') }}
</n8n-link>
</n8n-text>
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1b2ccca

Please sign in to comment.