mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Fix typo when no rules exist (#72250)
This commit is contained in:
parent
24872370b5
commit
b503434bd3
@ -13,7 +13,7 @@ export const NoRulesSplash = () => {
|
||||
if (canCreateGrafanaRules || canCreateCloudRules) {
|
||||
return (
|
||||
<EmptyListCTA
|
||||
title="You haven`t created any alert rules yet"
|
||||
title="You haven't created any alert rules yet"
|
||||
buttonIcon="bell"
|
||||
buttonLink={'alerting/new/alerting'}
|
||||
buttonTitle="New alert rule"
|
||||
|
Loading…
Reference in New Issue
Block a user