Skip to content

Commit 3c1b509

Browse files
committed
Updates text of the placeholder so it reflects the new features
(#3543, #3684)
1 parent c025ea1 commit 3c1b509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plus/launchpad/launchpad.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ export class LaunchpadCommand extends QuickCommand<State> {
513513
}
514514

515515
return {
516-
placeholder: 'Choose an item to focus on',
516+
placeholder: 'Choose an item, type a term to search, or paste in a PR URL',
517517
items: getItems(context.result, isSearching),
518518
};
519519
}

0 commit comments

Comments
 (0)