diff --git a/apps/backoffice/src/app/i18n/locales/am.ts b/apps/backoffice/src/app/i18n/locales/am.ts index 9a6011023..3589f415f 100644 --- a/apps/backoffice/src/app/i18n/locales/am.ts +++ b/apps/backoffice/src/app/i18n/locales/am.ts @@ -70,7 +70,8 @@ export const am: Translations = { dashboard: "ዳሽቦርድ", userManagement: "የተጠቃሚ አስተዳደር", seamanBookQueue: "የመርከበኞች መጽሐፍ ወረፋ", - cocQueue: "የCoC/CoP ወረፋ", + cocQueue: "የCoC ወረፋ", + copQueue: "የCoP ወረፋ", endorsementQueue: "የማረጋገጫ ወረፋ", vesselRegistrations: "የመርከብ ምዝገባ", // vesselRegistrationReport: 'የምዝገባ ሪፖርት', diff --git a/apps/backoffice/src/app/i18n/locales/en.ts b/apps/backoffice/src/app/i18n/locales/en.ts index d90c7afa8..99632a56d 100644 --- a/apps/backoffice/src/app/i18n/locales/en.ts +++ b/apps/backoffice/src/app/i18n/locales/en.ts @@ -68,7 +68,8 @@ export const en = { waiver: 'Waiver', preWaiverQueue: 'Pre-Waiver Queue', postWaiverQueue: 'Post-Waiver Queue', - cocQueue: 'CoC / CoP Queue', + cocQueue: 'CoC Queue', + copQueue: 'CoP Queue', endorsementQueue: 'Endorsement Queue', vesselRegistrations: 'Vessel Registration', vesselTransfers: 'Vessel Ownership Transfer', diff --git a/apps/backoffice/src/app/layouts/nav-config.ts b/apps/backoffice/src/app/layouts/nav-config.ts index 6a4c5b0af..fb061c7a1 100644 --- a/apps/backoffice/src/app/layouts/nav-config.ts +++ b/apps/backoffice/src/app/layouts/nav-config.ts @@ -112,6 +112,7 @@ export const NAV_SECTIONS: NavSection[] = [ { to: '/seafarer-registry', label: 'nav.seafarerRegistry', icon: IconUsers }, { to: '/licence-review/type/SEAFARER_REGISTRATION', label: 'nav.seafarerRegistrationQueue', icon: IconId }, { to: '/licence-review/type/CERTIFICATE_OF_COMPETENCY', label: 'nav.cocQueue', icon: IconShieldCheck }, + { to: '/licence-review/type/CERTIFICATE_OF_PROFICIENCY', label: 'nav.copQueue', icon: IconShieldCheck }, { to: '/seaman-book-queue', label: 'nav.seamanBookQueue', icon: IconBook2, soon: true }, { to: '/endorsement-queue', label: 'nav.endorsementQueue', icon: IconRubberStamp, soon: true }, { to: '/medical-verification', label: 'nav.medicalVerification', icon: IconHeart },