From b4d3d18f4004f57028268c1ac03cef4b8904107c Mon Sep 17 00:00:00 2001 From: kenstir Date: Sun, 2 Mar 2025 12:07:25 -0500 Subject: [PATCH] docs(filters): fix tooltips (#1976) Normalize "Remember to tick" tooltips removing "below" because the switch is actually above. --- web/src/screens/filters/sections/Advanced.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/screens/filters/sections/Advanced.tsx b/web/src/screens/filters/sections/Advanced.tsx index e30ee75..8b79985 100644 --- a/web/src/screens/filters/sections/Advanced.tsx +++ b/web/src/screens/filters/sections/Advanced.tsx @@ -79,7 +79,7 @@ const Releases = () => {

-

Remember to tick Use Regex below if using more than * and ?.

+

Remember to tick Use Regex if using more than * and ?.

} /> @@ -445,7 +445,7 @@ const FeedSpecific = () => {

-

Remember to tick Use Regex below if using more than * and ?.

+

Remember to tick Use Regex if using more than * and ?.

} /> @@ -461,7 +461,7 @@ const FeedSpecific = () => {

-

Remember to tick Use Regex below if using more than * and ?.

+

Remember to tick Use Regex if using more than * and ?.

} />