Skip to content

Commit 01d448d

Browse files
fix worktree label (#260627)
fix label
1 parent 7e3ff71 commit 01d448d

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
@@ -3457,7 +3457,7 @@ export class CommandCenter {
34573457
return [createBranch, { label: '', kind: QuickPickItemKind.Separator }, ...branchItems];
34583458
};
34593459

3460-
const placeHolder = l10n.t('Select a branch to create the new worktree from');
3460+
const placeHolder = l10n.t('Select a branch or tag to create the new worktree from');
34613461
const choice = await this.pickRef(getBranchPicks(), placeHolder);
34623462

34633463
if (!choice) {

0 commit comments

Comments
 (0)