We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb5ea6 commit 6199d0eCopy full SHA for 6199d0e
extensions/git/src/commands.ts
@@ -543,7 +543,7 @@ export class CommandCenter {
543
canSelectMany: false,
544
defaultUri: Uri.file(defaultCloneDirectory),
545
title: l10n.t('Choose a folder to clone {0} into', url),
546
- openLabel: l10n.t('Select Repository Location')
+ openLabel: l10n.t('Select as Repository Destination')
547
});
548
549
if (!uris || uris.length === 0) {
0 commit comments