mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Solution] Change Actions Log Management text to Response Actions History (#146918)
## Summary Update the "Actions Log Management" text to be "Response Actions History" <img width="1728" alt="image" src="https://user-images.githubusercontent.com/56395104/205371149-b4dd8443-edef-4464-8257-90e8a5ff87a0.png"> ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
390e5e35b2
commit
b5ba42bf1a
1 changed files with 4 additions and 4 deletions
|
@ -106,15 +106,15 @@ const responseActionSubFeatures: SubFeatureConfig[] = [
|
|||
{
|
||||
requireAllSpaces: true,
|
||||
privilegesTooltip: i18n.translate(
|
||||
'xpack.securitySolution.featureRegistry.subFeatures.actionsLogManagement.privilegesTooltip',
|
||||
'xpack.securitySolution.featureRegistry.subFeatures.responseActionsHistory.privilegesTooltip',
|
||||
{
|
||||
defaultMessage: 'All Spaces is required for Actions Log Management access.',
|
||||
defaultMessage: 'All Spaces is required for Response Actions History access.',
|
||||
}
|
||||
),
|
||||
name: i18n.translate(
|
||||
'xpack.securitySolution.featureRegistry.subFeatures.actionsLogManagement',
|
||||
'xpack.securitySolution.featureRegistry.subFeatures.responseActionsHistory',
|
||||
{
|
||||
defaultMessage: 'Actions Log Management',
|
||||
defaultMessage: 'Response Actions History',
|
||||
}
|
||||
),
|
||||
privilegeGroups: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue