mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix(editor): Update version control setup CTA tooltip (#6393)
This commit is contained in:
parent
62fc77363f
commit
385b3e871a
|
@ -1366,7 +1366,7 @@
|
||||||
"settings.versionControl.button.push": "Push",
|
"settings.versionControl.button.push": "Push",
|
||||||
"settings.versionControl.button.pull": "Pull",
|
"settings.versionControl.button.pull": "Pull",
|
||||||
"settings.versionControl.button.setup": "Set up version control",
|
"settings.versionControl.button.setup": "Set up version control",
|
||||||
"settings.versionControl.button.setup.tooltip": "You have version control enabled. Go to the settings page to connect to your Git repository.",
|
"settings.versionControl.button.setup.tooltip": "Version control is available on this instance. Go to the settings page to connect to your Git repository.",
|
||||||
"settings.versionControl.modals.push.title": "Commit and push changes",
|
"settings.versionControl.modals.push.title": "Commit and push changes",
|
||||||
"settings.versionControl.modals.push.description": "Select the files you want to stage in your commit and add a commit message. ",
|
"settings.versionControl.modals.push.description": "Select the files you want to stage in your commit and add a commit message. ",
|
||||||
"settings.versionControl.modals.push.description.workflows": "Since you are on the Workflows page, the modified workflow files have been pre-selected for you.",
|
"settings.versionControl.modals.push.description.workflows": "Since you are on the Workflows page, the modified workflow files have been pre-selected for you.",
|
||||||
|
|
Loading…
Reference in a new issue