mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
docs(filters): update placeholders for advanced filters (#674)
* Minor cosmetic change to advanced filters Make it abundantly clear that the advanced uploader filters are comma separated. * Remove superfluous spaces
This commit is contained in:
parent
96774edba1
commit
b7e43dd13f
1 changed files with 2 additions and 2 deletions
|
@ -515,8 +515,8 @@ export function Advanced({ values }: AdvancedProps) {
|
|||
</CollapsableSection>
|
||||
|
||||
<CollapsableSection defaultOpen={true} title="Uploaders" subtitle="Match or ignore uploaders.">
|
||||
<TextField name="match_uploaders" label="Match uploaders" columns={6} placeholder="eg. uploader1" />
|
||||
<TextField name="except_uploaders" label="Except uploaders" columns={6} placeholder="eg. anonymous" />
|
||||
<TextField name="match_uploaders" label="Match uploaders" columns={6} placeholder="eg. uploader1,uploader2" />
|
||||
<TextField name="except_uploaders" label="Except uploaders" columns={6} placeholder="eg. anonymous1,anonymous2" />
|
||||
</CollapsableSection>
|
||||
|
||||
<CollapsableSection defaultOpen={true} title="Language" subtitle="Match or ignore languages.">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue