diff --git a/apps/backoffice/src/app/features/certificate-requirements/pages/CertificateRequirementsPage.tsx b/apps/backoffice/src/app/features/certificate-requirements/pages/CertificateRequirementsPage.tsx
index 7cb3cc5d7..86352bb97 100644
--- a/apps/backoffice/src/app/features/certificate-requirements/pages/CertificateRequirementsPage.tsx
+++ b/apps/backoffice/src/app/features/certificate-requirements/pages/CertificateRequirementsPage.tsx
@@ -6,7 +6,6 @@ import { ErrorState, PageHeader, PageLoader } from '@ema-platform/ui';
import { extractErrorMessage, useGetLicenseTypesQuery, useLocalized } from '@ema-platform/api';
import { DocumentRequirementsTab } from '../components/DocumentRequirementsTab';
import { FormSchemaTab } from '../components/FormSchemaTab';
-import { PersonalDocumentsCard } from '../components/PersonalDocumentsCard';
/**
* Where an administrator configures what an applicant must fill in and
@@ -59,11 +58,6 @@ export function CertificateRequirementsPage() {
) : (
- {/* Above the licence-type picker on purpose: these documents
- belong to no single type, so filing them under whichever one
- happens to be selected would misread. */}
-
-
}>
{t("configuration.ranksTab", "Ranks & Departments")}
+ }>
+ {t("configuration.personalDocumentsTab", "Personal Documents")}
+
@@ -427,6 +434,10 @@ export function ConfigurationPage() {
+
+
+
+
);
diff --git a/apps/backoffice/src/app/i18n/locales/am.ts b/apps/backoffice/src/app/i18n/locales/am.ts
index 4d2bf9ae7..cfdc6a75b 100644
--- a/apps/backoffice/src/app/i18n/locales/am.ts
+++ b/apps/backoffice/src/app/i18n/locales/am.ts
@@ -818,6 +818,7 @@ export const am: Translations = {
configuration: {
title: "ውቅረት",
+ personalDocumentsTab: "የግል ሰነዶች",
departments: "ክፍሎች",
professions: "ሙያዎች",
departmentsList: "ክፍሎች",
diff --git a/apps/backoffice/src/app/i18n/locales/en.ts b/apps/backoffice/src/app/i18n/locales/en.ts
index 282398f35..c5ff4d50f 100644
--- a/apps/backoffice/src/app/i18n/locales/en.ts
+++ b/apps/backoffice/src/app/i18n/locales/en.ts
@@ -822,6 +822,7 @@ export const en = {
configuration: {
title: 'Configuration',
+ personalDocumentsTab: 'Personal Documents',
departments: 'Departments',
professions: 'Professions',
departmentsList: 'Departments',