diff --git a/public/app/core/components/NavBar/NavBarMenu.tsx b/public/app/core/components/NavBar/NavBarMenu.tsx
index 2a93cd7707e..ce3e58679c2 100644
--- a/public/app/core/components/NavBar/NavBarMenu.tsx
+++ b/public/app/core/components/NavBar/NavBarMenu.tsx
@@ -256,7 +256,7 @@ export function NavItem({
}}
styleOverrides={styles.item}
target={childLink.target}
- text={childLink.text}
+ text={getNavTitle(childLink.id) ?? childLink.text}
url={childLink.url}
isMobile={true}
/>
@@ -297,7 +297,7 @@ export function NavItem({