diff --git a/extensions/git/src/commands.ts b/extensions/git/src/commands.ts index efb5efd62d6..15c9d701e3e 100755 --- a/extensions/git/src/commands.ts +++ b/extensions/git/src/commands.ts @@ -93,7 +93,7 @@ class CreateBranchItem implements QuickPickItem { constructor(private cc: CommandCenter) { } - get label(): string { return localize('create branch', '$(plus) Create new branch'); } + get label(): string { return localize('create branch', '$(plus) Create new branch...'); } get description(): string { return ''; } get alwaysShow(): boolean { return true; }