Skip to content

Commit

Permalink
[Observability] Make Alerts page callout more subtle (#110197)
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonhultgren authored Aug 30, 2021
1 parent 6d874ca commit ab2deb7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions x-pack/plugins/observability/public/pages/alerts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ab2deb7

Please sign in to comment.