Fixed: Rename On Download to On Import when editing connections
This commit is contained in:
parent
ae0e23fc8e
commit
97e40dc00a
|
@ -59,7 +59,7 @@ function NotificationEventItems(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 New Issue