mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navtree: Rename page title from "Infrastructure" to "Integrations" (#75721)
rename Infrastructure to Integrations
This commit is contained in:
parent
bc4f2a35d3
commit
5892353bbd
@ -155,7 +155,7 @@ export function getNavTitle(navId: string | undefined) {
|
||||
case 'connections-datasources':
|
||||
return t('nav.data-sources.title', 'Data sources');
|
||||
case 'standalone-plugin-page-/connections/infrastructure':
|
||||
return t('nav.infrastructure.title', 'Infrastructure');
|
||||
return t('nav.infrastructure.title', 'Integrations');
|
||||
case 'standalone-plugin-page-/connections/connect-data':
|
||||
return t('nav.connect-data.title', 'Connect data');
|
||||
case 'plugin-page-grafana-detect-app':
|
||||
|
Loading…
Reference in New Issue
Block a user