Преглед изворни кода

Changes placeholder for consistency with other quick picks

main
Eric Amodio пре 7 година
родитељ
комит
dcbf70682e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/commands/showQuickBranchHistory.ts

+ 1
- 1
src/commands/showQuickBranchHistory.ts Прегледај датотеку

@ -30,7 +30,7 @@ export class ShowQuickBranchHistoryCommand extends ActiveEditorCachedCommand {
if (!branch) {
const branches = await this.git.getBranches(repoPath);
const pick = await BranchesQuickPick.show(branches, `pick a branch to show history`);
const pick = await BranchesQuickPick.show(branches, `Show history for branch\u2026`);
if (!pick) return undefined;
if (pick instanceof CommandQuickPickItem) {

Loading…
Откажи
Сачувај