From b503434bd374233ed894d8fc36369901bfd24d68 Mon Sep 17 00:00:00 2001 From: jakuzure Date: Tue, 25 Jul 2023 11:46:38 +0200 Subject: [PATCH] Alerting: Fix typo when no rules exist (#72250) --- .../features/alerting/unified/components/rules/NoRulesCTA.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/components/rules/NoRulesCTA.tsx b/public/app/features/alerting/unified/components/rules/NoRulesCTA.tsx index 530b97f6eb4..fc0ee7d7d22 100644 --- a/public/app/features/alerting/unified/components/rules/NoRulesCTA.tsx +++ b/public/app/features/alerting/unified/components/rules/NoRulesCTA.tsx @@ -13,7 +13,7 @@ export const NoRulesSplash = () => { if (canCreateGrafanaRules || canCreateCloudRules) { return (