mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fix translation for indexer priority help text
This commit is contained in:
parent
5d537689fb
commit
1d2af2aab4
2 changed files with 3 additions and 2 deletions
|
@ -160,7 +160,7 @@ function EditIndexerModalContent(props) {
|
|||
<FormInputGroup
|
||||
type={inputTypes.NUMBER}
|
||||
name="priority"
|
||||
helpText={translate('PriorityHelpText')}
|
||||
helpText={translate('IndexerPriorityHelpText')}
|
||||
min={1}
|
||||
max={50}
|
||||
{...priority}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue