mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Add debug feature docs link (#7240)
This commit is contained in:
parent
647fc6c555
commit
4614e1e1c9
|
@ -16,7 +16,7 @@ const i18n = useI18n();
|
||||||
<n8n-text>
|
<n8n-text>
|
||||||
{{ i18n.baseText('executionsList.debug.paywall.content') }}
|
{{ i18n.baseText('executionsList.debug.paywall.content') }}
|
||||||
<br />
|
<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') }}
|
{{ i18n.baseText('executionsList.debug.paywall.link.text') }}
|
||||||
</n8n-link>
|
</n8n-link>
|
||||||
</n8n-text>
|
</n8n-text>
|
||||||
|
|
|
@ -581,7 +581,7 @@
|
||||||
"executionsList.debug.button.debugInEditor": "Debug in editor",
|
"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.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.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.executionName": "Execution {id}",
|
||||||
"executionSidebar.searchPlaceholder": "Search executions...",
|
"executionSidebar.searchPlaceholder": "Search executions...",
|
||||||
"executionView.onPaste.title": "Cannot paste here",
|
"executionView.onPaste.title": "Cannot paste here",
|
||||||
|
|
Loading…
Reference in a new issue