mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Fixed: Rename On Download to On Import when editing connections
This commit is contained in:
parent
ae0e23fc8e
commit
97e40dc00a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ function NotificationEventItems(props) {
|
|||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="onDownload"
|
||||
helpText="On Download"
|
||||
helpText="On Import"
|
||||
isDisabled={!supportsOnDownload.value}
|
||||
{...onDownload}
|
||||
onChange={onInputChange}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue