From 112c049f4b6b8962e795366f5b0f894e3fa76a8e Mon Sep 17 00:00:00 2001 From: becarta Date: Wed, 14 May 2025 00:42:47 +0200 Subject: [PATCH] Update navigation text for Enterprise App Protection to improve clarity --- src/navigation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/navigation.ts b/src/navigation.ts index 22bd59d..4996c0d 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -49,7 +49,7 @@ export const getHeaderData = (lang = 'en') => { isHashLink: false, }, { - text: t.eap.menu, + text: 'Enterprise App Protection', href: getPermalink('/eap', 'page', lang), isHashLink: false, },