From d6a4a99eabe4b450bccfe77b772ad636a2fd4a26 Mon Sep 17 00:00:00 2001 From: Sergei Shmakov Date: Tue, 5 Nov 2024 17:39:09 +0100 Subject: [PATCH] Updates text of the placeholder so it reflects the new features (#3543, #3684) --- src/plus/launchpad/launchpad.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plus/launchpad/launchpad.ts b/src/plus/launchpad/launchpad.ts index 6d6d1c79c5d5a..84f7c597444a6 100644 --- a/src/plus/launchpad/launchpad.ts +++ b/src/plus/launchpad/launchpad.ts @@ -513,7 +513,7 @@ export class LaunchpadCommand extends QuickCommand { } return { - placeholder: 'Choose an item to focus on', + placeholder: 'Choose an item, type a term to search, or paste in a PR URL', items: getItems(context.result, isSearching), }; }