From 02eb0edbfadb2ab5780c523b713d4ae1c6c7fca1 Mon Sep 17 00:00:00 2001 From: soup Date: Thu, 13 Apr 2023 18:07:39 +0200 Subject: [PATCH] fix(web): explanation of freeleech options (#833) fix/web: explanation of freeleech usage --- web/src/screens/filters/details.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/screens/filters/details.tsx b/web/src/screens/filters/details.tsx index e06daef..429479c 100644 --- a/web/src/screens/filters/details.tsx +++ b/web/src/screens/filters/details.tsx @@ -548,10 +548,10 @@ export function Advanced({ values }: AdvancedProps) {
-

Not all indexers announce freeleech on IRC. Check with your indexer before enabling freeleech filtering.

} /> +

Freeleech may be announced as a binary true/false value or as a percentage, depending on the indexer. Use either or both, depending on the indexers you use.


See who uses what in the documentation: https://autobrr.com/filters/freeleech

} /> - +

Freeleech may be announced as a binary true/false value or as a percentage, depending on the indexer. Use either or both, depending on the indexers you use.


See who uses what in the documentation: https://autobrr.com/filters/freeleech

} columns={6} placeholder="eg. 50,75-100" />
);