From 6fbedae02c6e1128f831d204c77c5a02ecb46685 Mon Sep 17 00:00:00 2001 From: mengstabketemaw Date: Mon, 15 Jun 2026 10:29:23 +0300 Subject: [PATCH] update usermanagement link to ema --- user-management-config/main.tsx | 2 +- user-management-config/project.theme.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user-management-config/main.tsx b/user-management-config/main.tsx index b1c25067e..a79533c66 100644 --- a/user-management-config/main.tsx +++ b/user-management-config/main.tsx @@ -16,7 +16,7 @@ i18n.addResourceBundle("en", "translation", { welcomeSubtext: "Sign in to access your maritime services efficiently.", }, organization: { - "Back to Dashboard": "Back to Dashboard", + "Back to EMA": "Back to EMA", }, }, true, true); diff --git a/user-management-config/project.theme.ts b/user-management-config/project.theme.ts index b4bf4b9a2..14ac84530 100644 --- a/user-management-config/project.theme.ts +++ b/user-management-config/project.theme.ts @@ -174,7 +174,7 @@ export const projectTheme: DesignConfig = { // Clicking navigates the HOST (parent window) to the destination. The // /return/ prefix is intercepted by UserManagementHostPage.tsx to tell the // host to navigate itself, not the iframe. - { label: "Back to Dashboard", href: "/return/dashboard", icon: "dashboard", roles: ["admin", "unit_admin", "super_admin"], isPrimary: false, enabled: true }, + { label: "Back to EMA", href: "/return/dashboard", icon: "dashboard", roles: ["admin", "unit_admin", "super_admin"], isPrimary: false, enabled: true }, ], // ── Top tab bar skin (legacy view) ─────────────────────────────────────