Skip to content

Commit

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

Change Entity Store enablement copy because it doesn't make sense for
ESS.

(cherry picked from commit 05bcf08)
  • Loading branch information
machadoum committed Nov 6, 2024
1 parent d143c01 commit f5c4139
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 f5c4139

Please sign in to comment.