From 5892353bbd27dcf5a48d09e92c7dc1e62f190258 Mon Sep 17 00:00:00 2001 From: mikkancso Date: Mon, 2 Oct 2023 08:25:46 +0200 Subject: [PATCH] Navtree: Rename page title from "Infrastructure" to "Integrations" (#75721) rename Infrastructure to Integrations --- public/app/core/utils/navBarItem-translations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/utils/navBarItem-translations.ts b/public/app/core/utils/navBarItem-translations.ts index b240ca379ba..48f5e3d493f 100644 --- a/public/app/core/utils/navBarItem-translations.ts +++ b/public/app/core/utils/navBarItem-translations.ts @@ -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':