Skip to content

Commit

Permalink
Updates text of the placeholder so it reflects the new features
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeibbb committed Nov 6, 2024
1 parent 4a3ca28 commit d6a4a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plus/launchpad/launchpad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export class LaunchpadCommand extends QuickCommand<State> {
}

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),
};
}
Expand Down

0 comments on commit d6a4a99

Please sign in to comment.