refactor(search-messages): remove redundant "try a different search term" messages from various components and localization files

This commit is contained in:
Anish Sarkar 2026-07-24 00:57:15 +05:30
parent 5ea0e3f8e0
commit 43ad064d3c
10 changed files with 0 additions and 15 deletions

View file

@ -324,7 +324,6 @@ export function FolderTreeView({
<div className="flex flex-1 flex-col items-center justify-center gap-3 px-4 py-12 text-muted-foreground">
<Search className="h-10 w-10" />
<p className="text-sm text-muted-foreground">No matching documents</p>
<p className="text-xs text-muted-foreground/70 mt-1">Try a different search term</p>
</div>
);
}