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

This commit is contained in:
Milton Hultgren 2021-08-30 15:41:09 +02:00 committed by GitHub
parent 6d874caef5
commit ab2deb773a
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>