Skip to content

Commit

Permalink
Update Remote Directory label (#5555)
Browse files Browse the repository at this point in the history
I found the label/prompt to select a remote directory confusing when
using @-mention remote directories. It was not clear to me that it was
possible to continue typing to search for matching directories within
the repo.

## Test plan

Open Cody
Select Remote Directories
Check for updated label once repo selected
  • Loading branch information
simoncwaterer authored Sep 11, 2024
1 parent d430a0d commit b7b3279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prompt-editor/src/mentions/mentionMenu/MentionMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ function getItemsHeading(
<div className="tw-flex tw-flex-gap-2 tw-items-center tw-justify-between">
<div>
{mentionQuery.text.includes(':')
? 'Directory - Select a directory*'
? 'Directory - Select or search for a directory*'
: 'Directory - Select a repository*'}
</div>
<div
Expand Down

0 comments on commit b7b3279

Please sign in to comment.