mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] update protection names in Policy response and Policy locked cards (#113000)
This commit is contained in:
parent
bc1c6dca47
commit
44ebc8b8af
2 changed files with 14 additions and 2 deletions
|
@ -243,6 +243,18 @@ responseMap.set(
|
|||
defaultMessage: 'Events',
|
||||
})
|
||||
);
|
||||
responseMap.set(
|
||||
'memory_protection',
|
||||
i18n.translate('xpack.securitySolution.endpoint.details.policyResponse.memory_protection', {
|
||||
defaultMessage: 'Memory Threat',
|
||||
})
|
||||
);
|
||||
responseMap.set(
|
||||
'behavior_protection',
|
||||
i18n.translate('xpack.securitySolution.endpoint.details.policyResponse.behavior_protection', {
|
||||
defaultMessage: 'Malicious Behavior',
|
||||
})
|
||||
);
|
||||
|
||||
/**
|
||||
* Maps a server provided value to corresponding i18n'd string.
|
||||
|
|
|
@ -29,14 +29,14 @@ const LOCKED_CARD_RAMSOMWARE_TITLE = i18n.translate(
|
|||
const LOCKED_CARD_MEMORY_TITLE = i18n.translate(
|
||||
'xpack.securitySolution.endpoint.policy.details.memory',
|
||||
{
|
||||
defaultMessage: 'Memory',
|
||||
defaultMessage: 'Memory Threat',
|
||||
}
|
||||
);
|
||||
|
||||
const LOCKED_CARD_BEHAVIOR_TITLE = i18n.translate(
|
||||
'xpack.securitySolution.endpoint.policy.details.behavior',
|
||||
{
|
||||
defaultMessage: 'Behavior',
|
||||
defaultMessage: 'Malicious Behavior',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue