[Observability] Make Alerts page callout more subtle (#110197) (#110477)

Co-authored-by: Milton Hultgren <miltonhultgren@gmail.com>
This commit is contained in:
Kibana Machine 2021-08-30 11:59:57 -04:00 committed by GitHub
parent 027f48a980
commit adb5f610fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,13 +177,11 @@ export function AlertsPage({ routeParams }: AlertsPageProps) {
<p>
{i18n.translate('xpack.observability.alertsDisclaimerText', {
defaultMessage:
'This page shows an experimental alerting view. The data shown here will probably not be an accurate representation of alerts. A non-experimental list of alerts is available in the Alerts and Actions settings in Stack Management.',
'This page shows an experimental list of alerts. The data might not be accurate. All alerts are available in the ',
})}
</p>
<p>
<EuiLink href={prepend('/app/management/insightsAndAlerting/triggersActions/alerts')}>
{i18n.translate('xpack.observability.alertsDisclaimerLinkText', {
defaultMessage: 'Alerts and Actions',
defaultMessage: 'Rules and Connectors settings.',
})}
</EuiLink>
</p>