1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-04 06:38:28 +02:00

Fixed: Clarify Indexer Priority Helptext

This commit is contained in:
bakerboy448 2022-01-08 11:29:24 -06:00 committed by Mark McDowall
parent f67e11d477
commit f4dbda1318

View File

@ -143,7 +143,7 @@ function EditIndexerModalContent(props) {
<FormInputGroup
type={inputTypes.NUMBER}
name="priority"
helpText="Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25."
helpText="Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25. Used when grabbing releases as a tiebreaker for otherwise equal releases, Sonarr will still use all enabled indexers for RSS Sync and Searching."
min={1}
max={50}
{...priority}