Skip to content

Commit

Permalink
[8.16] [SecuritySolution] Change copy (#199160) (#199229)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.16`:
- [[SecuritySolution] Change copy
(#199160)](#199160)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Pablo
Machado","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-06T21:11:44Z","message":"[SecuritySolution]
Change copy (#199160)\n\n## Summary\r\n\r\nChange Entity Store
enablement copy because it doesn't make sense
for\r\nESS.","sha":"05bcf0811892f01c3f637f41df46517d54de70dc","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v9.0.0","Theme:
entity_analytics","Feature:Entity Analytics","Team:Entity
Analytics","v8.16.0","backport:version","v8.17.0"],"title":"[SecuritySolution]
Change
copy","number":199160,"url":"https://github.com/elastic/kibana/pull/199160","mergeCommit":{"message":"[SecuritySolution]
Change copy (#199160)\n\n## Summary\r\n\r\nChange Entity Store
enablement copy because it doesn't make sense
for\r\nESS.","sha":"05bcf0811892f01c3f637f41df46517d54de70dc"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199160","number":199160,"mergeCommit":{"message":"[SecuritySolution]
Change copy (#199160)\n\n## Summary\r\n\r\nChange Entity Store
enablement copy because it doesn't make sense
for\r\nESS.","sha":"05bcf0811892f01c3f637f41df46517d54de70dc"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Pablo Machado <[email protected]>
  • Loading branch information
kibanamachine and machadoum authored Nov 6, 2024
1 parent 3bcdfdb commit bbbeb3c
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,13 @@ export const EntityStoreEnablementModal: React.FC<EntityStoreEnablementModalProp
<EuiModalHeaderTitle>
<FormattedMessage
id="xpack.securitySolution.entityAnalytics.enablements.modal.title"
defaultMessage="Additional charges may apply"
defaultMessage="Entity Analytics Enablement"
/>
</EuiModalHeaderTitle>
</EuiModalHeader>

<EuiModalBody>
<EuiFlexGroup direction="column">
<EuiText>
<FormattedMessage
id="xpack.securitySolution.entityAnalytics.enablements.modal.description"
defaultMessage="Please be aware that activating these features may incur additional charges depending on your subscription plan. Review your plan details carefully to avoid unexpected costs before proceeding."
/>
</EuiText>
<EuiHorizontalRule margin="none" />
<EuiFlexItem>
<EuiSwitch
label={
Expand Down

0 comments on commit bbbeb3c

Please sign in to comment.