Skip to content

Commit

Permalink
add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Jul 13, 2020
1 parent 9793123 commit 8183f82
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
EuiSelectableProps,
EuiIcon,
EuiLoadingSpinner,
EuiLink,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n/react';
Expand Down Expand Up @@ -130,8 +131,14 @@ const PolicyEmptyState = React.memo<{
<EuiText size="s" color="subdued">
<FormattedMessage
id="xpack.securitySolution.endpoint.policyList.onboardingSectionThree"
defaultMessage="To get started, add the Elastic Endpoint Security integration to your Agents."
defaultMessage="To get started, add the Elastic Endpoint Security integration to your Agents. For more information, "
/>
<EuiLink external href="https://www.elastic.co/guide/en/security/current/index.html">
<FormattedMessage
id="xpack.securitySolution.endpoint.policyList.onboardingDocsLink"
defaultMessage="view the Security app documentation"
/>
</EuiLink>
</EuiText>
<EuiSpacer size="l" />
<EuiFlexGroup>
Expand Down

0 comments on commit 8183f82

Please sign in to comment.