chore: rename 'Incidents' sidebar to 'Incident' (the product name) (#87396)

* chore: rename 'Incidents' sidebar to 'Incident' (the product name)

* run make i18n-extract
This commit is contained in:
Christopher Lord
2024-06-24 17:55:53 +03:00
committed by GitHub
parent 1b2f110664
commit d701c181e1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ func (s *ServiceImpl) readNavigationSettings() {
"grafana-kowalski-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightFrontend, Text: "Frontend", Icon: "frontend-observability"},
"grafana-synthetic-monitoring-app": {SectionID: navtree.NavIDTestingAndSynthetics, SortWeight: 2, Text: "Synthetics"},
"grafana-oncall-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 1, Text: "OnCall"},
"grafana-incident-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 2, Text: "Incidents"},
"grafana-incident-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 2, Text: "Incident"},
"grafana-ml-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 3, Text: "Machine Learning"},
"grafana-slo-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 4},
"grafana-cloud-link-app": {SectionID: navtree.NavIDCfgPlugins, SortWeight: 3},