mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution][Case] Fix SIR labels (#94050)
This commit is contained in:
parent
a563f5a72e
commit
bd354b437b
1 changed files with 2 additions and 2 deletions
|
@ -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)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue