Skip to content

Commit

Permalink
[SECURITY_SOLUTION] Fix text on onboarding screen (#81672)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Oct 26, 2020
1 parent e1b6c68 commit 459ac64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const PolicyEmptyState = React.memo<{
<EuiText size="s" color="subdued">
<FormattedMessage
id="xpack.securitySolution.endpoint.policyList.onboardingSectionOne"
defaultMessage="Endpoint Security protects your hosts with threat prevention, detection, and deep security data visibility."
defaultMessage="Protect your hosts with threat prevention, detection, and deep security data visibility."
/>
</EuiText>
<EuiSpacer size="m" />
Expand Down

0 comments on commit 459ac64

Please sign in to comment.