mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-20 05:29:46 +02:00
Tweak sidebar filter suggestion copy
This commit is contained in:
@@ -670,7 +670,7 @@ function Sidebar({ className }: { className?: string }) {
|
||||
className="!h-auto py-3 px-3 !text-text-subtle text-sm leading-relaxed text-center"
|
||||
>
|
||||
<div>
|
||||
No results, but found matches by{" "}
|
||||
No results, but found matches for{" "}
|
||||
{emptyFilterSuggestions?.map((suggestion, i) => (
|
||||
<span key={suggestion.field}>
|
||||
{i > 0 && " or "}
|
||||
|
||||
Reference in New Issue
Block a user