mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-07 05:15:20 +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"
|
className="!h-auto py-3 px-3 !text-text-subtle text-sm leading-relaxed text-center"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
No results, but found matches by{" "}
|
No results, but found matches for{" "}
|
||||||
{emptyFilterSuggestions?.map((suggestion, i) => (
|
{emptyFilterSuggestions?.map((suggestion, i) => (
|
||||||
<span key={suggestion.field}>
|
<span key={suggestion.field}>
|
||||||
{i > 0 && " or "}
|
{i > 0 && " or "}
|
||||||
|
|||||||
Reference in New Issue
Block a user