fix worktree label (#260627)

fix label
This commit is contained in:
Christy 😺
2025-08-08 11:00:37 -07:00
committed by GitHub
parent 7e3ff7148a
commit 01d448dc0c

View File

@@ -3457,7 +3457,7 @@ export class CommandCenter {
return [createBranch, { label: '', kind: QuickPickItemKind.Separator }, ...branchItems];
};
const placeHolder = l10n.t('Select a branch to create the new worktree from');
const placeHolder = l10n.t('Select a branch or tag to create the new worktree from');
const choice = await this.pickRef(getBranchPicks(), placeHolder);
if (!choice) {