Alerting: Fix typo when no rules exist (#72250)

This commit is contained in:
jakuzure 2023-07-25 11:46:38 +02:00 committed by GitHub
parent 24872370b5
commit b503434bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"