[Security Solution][Case] Fix SIR labels (#94050)

This commit is contained in:
Christos Nasikas 2021-03-09 12:27:41 +02:00 committed by GitHub
parent a563f5a72e
commit bd354b437b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ const ServiceNowSIRFieldsComponent: React.FunctionComponent<
<EuiCheckbox
id="malwareUrlCheckbox"
data-test-subj="malwareUrlCheckbox"
label={i18n.MALWARE_HASH}
label={i18n.MALWARE_URL}
checked={malwareUrl ?? false}
compressed
onChange={(e) => onChangeCb('malwareUrl', e.target.checked)}
@ -212,7 +212,7 @@ const ServiceNowSIRFieldsComponent: React.FunctionComponent<
<EuiCheckbox
id="malwareHashCheckbox"
data-test-subj="malwareHashCheckbox"
label={i18n.MALWARE_URL}
label={i18n.MALWARE_HASH}
checked={malwareHash ?? false}
compressed
onChange={(e) => onChangeCb('malwareHash', e.target.checked)}