fix(editor): Show confirm on pull only when http response status is 409 (#6451)
* fix(editor): add docs link to translation * fix(editor): show confirm on pull only when http response status is 409
This commit is contained in:
@@ -1374,7 +1374,7 @@
|
||||
"settings.versionControl.modals.push.description.workflow": "Since you are currently editing a Workflow, the modified workflow file has been pre-selected for you.",
|
||||
"settings.versionControl.modals.push.description.credentials": "Since you are on the Credentials page, the modified credential files have been pre-selected for you.",
|
||||
"settings.versionControl.modals.push.description.learnMore": "Learn more",
|
||||
"settings.versionControl.modals.push.description.learnMore.url": "https://n8n.io/docs",
|
||||
"settings.versionControl.modals.push.description.learnMore.url": "https://docs.n8n.io/environments/version-control/using/",
|
||||
"settings.versionControl.modals.push.filesToCommit": "Files to commit",
|
||||
"settings.versionControl.modals.push.everythingIsUpToDate": "Everything is up to date",
|
||||
"settings.versionControl.modals.push.commitMessage": "Commit message",
|
||||
@@ -1407,6 +1407,9 @@
|
||||
"settings.versionControl.refreshBranches.tooltip": "Reload branches list",
|
||||
"settings.versionControl.refreshBranches.success": "Branches successfully refreshed",
|
||||
"settings.versionControl.refreshBranches.error": "Error refreshing branches",
|
||||
"settings.versionControl.docs.url": "https://docs.n8n.io/environments/version-control/",
|
||||
"settings.versionControl.docs.setup.url": "https://docs.n8n.io/environments/version-control/setup/",
|
||||
"settings.versionControl.docs.using.url": "https://docs.n8n.io/environments/version-control/using/",
|
||||
"showMessage.cancel": "@:_reusableBaseText.cancel",
|
||||
"settings.auditLogs.title": "Audit Logs",
|
||||
"settings.auditLogs.actionBox.title": "Available on Enterprise plan",
|
||||
|
||||
Reference in New Issue
Block a user