update usermanagement link to ema

This commit is contained in:
mengstabketemaw
2026-06-15 10:29:23 +03:00
parent db861fca42
commit 6fbedae02c
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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) ─────────────────────────────────────