Fixed: Improve help text for download client priority

(cherry picked from commit 1bba7e177b5b4173e620cd014ffdc231023309a0)

Closes #4461
This commit is contained in:
Blair Noctis 2024-01-16 13:50:25 +08:00 committed by Bogdan
parent 829ef83e00
commit 5facdeb2ff
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ class EditDownloadClientModalContent extends Component {
<FormInputGroup
type={inputTypes.NUMBER}
name="priority"
helpText={translate('PriorityHelpText')}
helpText={translate('DownloadClientPriorityHelpText')}
min={1}
max={50}
{...priority}