fix(editor): Update version control setup CTA tooltip (#6393)

This commit is contained in:
Csaba Tuncsik 2023-06-06 17:04:17 +02:00 committed by GitHub
parent 62fc77363f
commit 385b3e871a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1366,7 +1366,7 @@
"settings.versionControl.button.push": "Push",
"settings.versionControl.button.pull": "Pull",
"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.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.",