Skip to content

Commit 6199d0e

Browse files
authored
Improve file dialog action button (microsoft#165417)
* Improve file dialog action button * `Location` -> `Destination`
1 parent eeb5ea6 commit 6199d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/git/src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ export class CommandCenter {
543543
canSelectMany: false,
544544
defaultUri: Uri.file(defaultCloneDirectory),
545545
title: l10n.t('Choose a folder to clone {0} into', url),
546-
openLabel: l10n.t('Select Repository Location')
546+
openLabel: l10n.t('Select as Repository Destination')
547547
});
548548

549549
if (!uris || uris.length === 0) {

0 commit comments

Comments
 (0)