Skip to content

Commit

Permalink
update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham committed Oct 5, 2022
1 parent 50d0017 commit ead759e
Showing 1 changed file with 13 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const EndpointPolicyCreateMultiStepExtension = memo(() => {
<p>
<FormattedMessage
id="xpack.securitySolution.endpoint.policy.multiStepOnboarding.feature"
defaultMessage="Windows, Mac, and Linux event collection"
defaultMessage="Windows, macOS, and Linux event collection"
/>
</p>
</EuiText>
Expand All @@ -78,23 +78,19 @@ export const EndpointPolicyCreateMultiStepExtension = memo(() => {
<p>
<FormattedMessage
id="xpack.securitySolution.endpoint.policy.multiStepOnboarding.details"
defaultMessage="You can change this later by editing the Endpoint Security integration agent policy.
Read more about Endpoint security configuration in our {docsPage}."
values={{
docsPage: (
<EuiLink
href={docLinks.links.securitySolution.configureEndpointIntegrationPolicy}
target="_blank"
external
>
<FormattedMessage
id="xpack.securitySolution.endpoint.policy.multiStepOnboarding.docsPage"
defaultMessage="documentation"
/>
</EuiLink>
),
}}
defaultMessage="You can edit these settings later in the Elastic Defend integration policy."
/>
&nbsp;
<EuiLink
href={docLinks.links.securitySolution.configureEndpointIntegrationPolicy}
target="_blank"
external
>
<FormattedMessage
id="xpack.securitySolution.endpoint.policy.multiStepOnboarding.learnMore"
defaultMessage="Learn more"
/>
</EuiLink>
</p>
</EuiText>
);
Expand Down

0 comments on commit ead759e

Please sign in to comment.