Alerting: Fix home page typo (#64506)

pull/64661/head
Gilles De Mey 2 years ago committed by GitHub
parent d5a9a0cea0
commit e555b4e93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/alerting/unified/Home.tsx

@ -140,7 +140,7 @@ function WelcomeHeader({ className }: { className?: string }) {
<ContentBox className={cx(styles.ctaContainer, className)}>
<WelcomeCTABox
title="Alert rules"
description="Define the condition that must be me before an alert rule fires"
description="Define the condition that must be met before an alert rule fires"
href="/alerting/list"
hrefText="Manage alert rules"
/>

Loading…
Cancel
Save