Navtree: Rename page title from "Infrastructure" to "Integrations" (#75721)

rename Infrastructure to Integrations
This commit is contained in:
mikkancso 2023-10-02 08:25:46 +02:00 committed by GitHub
parent bc4f2a35d3
commit 5892353bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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':