mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 12:17:01 -06:00
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:
parent
1b2f110664
commit
d701c181e1
@ -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},
|
||||
|
@ -137,7 +137,7 @@ export function getNavTitle(navId: string | undefined) {
|
||||
case 'testing-and-synthetics':
|
||||
return t('nav.testing-and-synthetics.title', 'Testing & synthetics');
|
||||
case 'plugin-page-grafana-incident-app':
|
||||
return t('nav.incidents.title', 'Incidents');
|
||||
return t('nav.incidents.title', 'Incident');
|
||||
case 'plugin-page-grafana-ml-app':
|
||||
return t('nav.machine-learning.title', 'Machine learning');
|
||||
case 'plugin-page-grafana-slo-app':
|
||||
|
@ -1112,7 +1112,7 @@
|
||||
"title": "Home"
|
||||
},
|
||||
"incidents": {
|
||||
"title": "Incidents"
|
||||
"title": "Incident"
|
||||
},
|
||||
"infrastructure": {
|
||||
"subtitle": "Understand your infrastructure's health",
|
||||
|
@ -1112,7 +1112,7 @@
|
||||
"title": "Ħőmę"
|
||||
},
|
||||
"incidents": {
|
||||
"title": "Ĩʼnčįđęʼnŧş"
|
||||
"title": "Ĩʼnčįđęʼnŧ"
|
||||
},
|
||||
"infrastructure": {
|
||||
"subtitle": "Ůʼnđęřşŧäʼnđ yőūř įʼnƒřäşŧřūčŧūřę'ş ĥęäľŧĥ",
|
||||
|
Loading…
Reference in New Issue
Block a user