On Download -> On Import (again)

This commit is contained in:
Mark McDowall 2021-03-10 11:25:29 -08:00
parent 1477356cfc
commit af3696af08
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function EditNotificationModalContent(props) {
<FormInputGroup
type={inputTypes.CHECK}
name="onDownload"
helpText="On Download"
helpText="On Import"
isDisabled={!supportsOnDownload.value}
{...onDownload}
onChange={onInputChange}