diff --git a/ee/tabby-ui/components/chat/form-editor/mention.tsx b/ee/tabby-ui/components/chat/form-editor/mention.tsx index 5a958f23632c..5ff1bbb7da44 100644 --- a/ee/tabby-ui/components/chat/form-editor/mention.tsx +++ b/ee/tabby-ui/components/chat/form-editor/mention.tsx @@ -194,7 +194,7 @@ export const MentionList = forwardRef( {!items.length ? (
{/* If no items are found, show a message. */} - {query ? 'No results found' : 'Typing to search...'} + {query ? 'No results found' : 'Type to search...'}
) : (