From 8d7dfbc7b9d4d53759782b29e3f75b62ae38513b Mon Sep 17 00:00:00 2001 From: Virginia Cepeda Date: Wed, 25 Oct 2023 16:12:05 -0300 Subject: [PATCH] Alerting: changes on Insights section titles (#77163) Minor changes on texts --- public/app/features/alerting/unified/home/Insights.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/app/features/alerting/unified/home/Insights.tsx b/public/app/features/alerting/unified/home/Insights.tsx index 7bd9ab986ef..b172d360094 100644 --- a/public/app/features/alerting/unified/home/Insights.tsx +++ b/public/app/features/alerting/unified/home/Insights.tsx @@ -175,7 +175,7 @@ export function getInsightsScenes() { function getGrafanaManagedScenes() { return new NestedScene({ - title: 'Grafana-managed rules', + title: 'Grafana-managed alert rules', canCollapse: true, isCollapsed: false, body: new SceneFlexLayout({ @@ -282,7 +282,7 @@ function getGrafanaAlertmanagerScenes() { function getCloudScenes() { return new NestedScene({ - title: 'Mimir alertmanager', + title: 'Mimir Alertmanager', canCollapse: true, isCollapsed: false, body: new SceneFlexLayout({ @@ -316,7 +316,7 @@ function getCloudScenes() { function getMimirManagedRulesScenes() { return new NestedScene({ - title: 'Mimir-managed rules', + title: 'Mimir-managed alert rules', canCollapse: true, isCollapsed: false, body: new SceneFlexLayout({ @@ -364,7 +364,7 @@ function getMimirManagedRulesPerGroupScenes() { }); return new NestedScene({ - title: 'Mimir-managed Rules - Per Rule Group', + title: 'Mimir-managed alert rules - per rule group', canCollapse: true, isCollapsed: false, body: new SceneFlexLayout({