mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix source control docs link in add workflow button tooltip (#8891)
This commit is contained in:
@@ -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). <a target=\"_blank\" href=\"https://docs.n8n.io/source-control-environments/\">More info</a>",
|
||||
"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",
|
||||
|
||||
@@ -27,7 +27,13 @@
|
||||
</n8n-button>
|
||||
</div>
|
||||
<template #content>
|
||||
{{ $locale.baseText('mainSidebar.workflows.readOnlyEnv.tooltip') }}
|
||||
<i18n-t tag="span" keypath="mainSidebar.workflows.readOnlyEnv.tooltip">
|
||||
<template #link>
|
||||
<a target="_blank" href="https://docs.n8n.io/source-control-environments/">
|
||||
{{ $locale.baseText('mainSidebar.workflows.readOnlyEnv.tooltip.link') }}
|
||||
</a>
|
||||
</template>
|
||||
</i18n-t>
|
||||
</template>
|
||||
</n8n-tooltip>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user