mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
On Download -> On Import (again)
This commit is contained in:
parent
1477356cfc
commit
af3696af08
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function EditNotificationModalContent(props) {
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.CHECK}
|
type={inputTypes.CHECK}
|
||||||
name="onDownload"
|
name="onDownload"
|
||||||
helpText="On Download"
|
helpText="On Import"
|
||||||
isDisabled={!supportsOnDownload.value}
|
isDisabled={!supportsOnDownload.value}
|
||||||
{...onDownload}
|
{...onDownload}
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
|
|
Loading…
Reference in a new issue