diff --git a/apps/backoffice/src/app/i18n/locales/am.ts b/apps/backoffice/src/app/i18n/locales/am.ts index 5872290cb..a75d91e96 100644 --- a/apps/backoffice/src/app/i18n/locales/am.ts +++ b/apps/backoffice/src/app/i18n/locales/am.ts @@ -69,8 +69,7 @@ export const am: Translations = { dashboard: 'ዳሽቦርድ', userManagement: 'የተጠቃሚ አስተዳደር', seamanBookQueue: 'የመርከበኞች መጽሐፍ ወረፋ', - cocQueue: 'የCoC ወረፋ', - copQueue: 'የCoP ወረፋ', + cocQueue: 'የCoC/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 4fc0d58ed..5805f8620 100644 --- a/apps/backoffice/src/app/i18n/locales/en.ts +++ b/apps/backoffice/src/app/i18n/locales/en.ts @@ -67,10 +67,10 @@ export const en = { waiver: 'Waiver', preWaiverQueue: 'Pre-Waiver Queue', postWaiverQueue: 'Post-Waiver Queue', - cocQueue: 'CoC Queue', - copQueue: 'CoP Queue', + cocQueue: 'CoC / CoP Queue', endorsementQueue: 'Endorsement Queue', vesselRegistrations: 'Vessel Registration', + vesselRegistrationReport: 'Registration Report', vesselTransfers: 'Vessel Ownership Transfer', seafarerRegistry: 'Seafarer Registry', applications: 'Applications', diff --git a/apps/backoffice/src/app/layouts/nav-config.ts b/apps/backoffice/src/app/layouts/nav-config.ts index b6a014377..001ba78ad 100644 --- a/apps/backoffice/src/app/layouts/nav-config.ts +++ b/apps/backoffice/src/app/layouts/nav-config.ts @@ -110,7 +110,6 @@ export const NAV_SECTIONS: NavSection[] = [ items: [ { to: '/seafarer-registry', label: 'nav.seafarerRegistry', icon: IconUsers }, { 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 },