Alerting: changes on Insights section titles (#77163)

Minor changes on texts
pull/76486/head^2
Virginia Cepeda 2 years ago committed by GitHub
parent 7e069f9d91
commit 8d7dfbc7b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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({

Loading…
Cancel
Save