mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Update text in Endpoint Admin pages (#104649)
This commit is contained in:
parent
94f87cdc37
commit
211a4634d8
2 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ const PolicyEmptyState = React.memo<{
|
|||
<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"
|
||||
defaultMessage="view the Elastic Security documentation"
|
||||
/>
|
||||
</EuiLink>
|
||||
</EuiText>
|
||||
|
|
|
@ -35,7 +35,7 @@ export const EndpointNotice = memo<{ onDismiss: () => void }>(({ onDismiss }) =>
|
|||
</b>
|
||||
<FormattedMessage
|
||||
id="xpack.securitySolution.overview.endpointNotice.title"
|
||||
defaultMessage="Endpoint Security (beta)"
|
||||
defaultMessage="Endpoint Security"
|
||||
/>
|
||||
</>
|
||||
}
|
||||
|
@ -51,7 +51,7 @@ export const EndpointNotice = memo<{ onDismiss: () => void }>(({ onDismiss }) =>
|
|||
<EuiButton onClick={handleGetStartedClick} href={endpointsLink}>
|
||||
<FormattedMessage
|
||||
id="xpack.securitySolution.overview.endpointNotice.tryButton"
|
||||
defaultMessage="Try Endpoint Security (beta)"
|
||||
defaultMessage="Try Endpoint Security"
|
||||
/>
|
||||
</EuiButton>
|
||||
<EuiButtonEmpty onClick={onDismiss}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue