mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[8.6] [Security Solution] Change Actions Log Management text to Response Actions History (#146918) (#147022)
# Backport This will backport the following commits from `main` to `8.6`: - [[Security Solution] Change Actions Log Management text to Response Actions History (#146918)](https://github.com/elastic/kibana/pull/146918) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kevin Logan","email":"56395104+kevinlog@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-12-05T16:46:15Z","message":"[Security Solution] Change Actions Log Management text to Response Actions History (#146918)\n\n## Summary\r\n\r\nUpdate the \"Actions Log Management\" text to be \"Response Actions\r\nHistory\"\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/56395104/205371149-b4dd8443-edef-4464-8257-90e8a5ff87a0.png\">\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"b5ba42bf1af74bea87619d7ebaa1d48cab88b7d3","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Onboarding and Lifecycle Mgt","auto-backport","v8.6.0","v8.7.0"],"number":146918,"url":"https://github.com/elastic/kibana/pull/146918","mergeCommit":{"message":"[Security Solution] Change Actions Log Management text to Response Actions History (#146918)\n\n## Summary\r\n\r\nUpdate the \"Actions Log Management\" text to be \"Response Actions\r\nHistory\"\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/56395104/205371149-b4dd8443-edef-4464-8257-90e8a5ff87a0.png\">\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"b5ba42bf1af74bea87619d7ebaa1d48cab88b7d3"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146918","number":146918,"mergeCommit":{"message":"[Security Solution] Change Actions Log Management text to Response Actions History (#146918)\n\n## Summary\r\n\r\nUpdate the \"Actions Log Management\" text to be \"Response Actions\r\nHistory\"\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/56395104/205371149-b4dd8443-edef-4464-8257-90e8a5ff87a0.png\">\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"b5ba42bf1af74bea87619d7ebaa1d48cab88b7d3"}}]}] BACKPORT--> Co-authored-by: Kevin Logan <56395104+kevinlog@users.noreply.github.com>
This commit is contained in:
parent
797b3d3787
commit
a91d495b66
1 changed files with 4 additions and 4 deletions
|
@ -105,15 +105,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