diff --git a/pwa/src/templates/publicationDetail/PublicationsDetailTemplate.tsx b/pwa/src/templates/publicationDetail/PublicationsDetailTemplate.tsx index 4242b380d..693cbd558 100644 --- a/pwa/src/templates/publicationDetail/PublicationsDetailTemplate.tsx +++ b/pwa/src/templates/publicationDetail/PublicationsDetailTemplate.tsx @@ -878,7 +878,7 @@ export const PublicationsDetailTemplate: React.FC - {t("Extensies")} + {t("Extensions")} )} @@ -1146,18 +1146,6 @@ export const PublicationsDetailTemplate: React.FC - {/* Keep commented out for reverting purposes */} - {/* {publicationData?.contactPoint && ( - - Contact: - -
- {`${t("Name")}: ${publicationData?.contactPoint?.name}`} - {`${t("Email")}: ${publicationData?.contactPoint?.email}`} -
-
-
- )} */} {publicationData?.qualifiedAttribution && ( diff --git a/pwa/src/translations/en.ts b/pwa/src/translations/en.ts index 05c07029f..05041ff7f 100644 --- a/pwa/src/translations/en.ts +++ b/pwa/src/translations/en.ts @@ -83,6 +83,7 @@ export const en = { Portal: "Portal", Reference: "Reference", Pagination: "Pagination", + Extensions: "Extensions", "Open Catalogs": "Open Catalogs", "Reusable components within the government": "Reusable components within the government", "Information Models": "Information Models", diff --git a/pwa/src/translations/nl.ts b/pwa/src/translations/nl.ts index aa5cc52df..c432c5154 100644 --- a/pwa/src/translations/nl.ts +++ b/pwa/src/translations/nl.ts @@ -86,6 +86,7 @@ export const nl = { Portal: "Portaal", Reference: "Referentie", Pagination: "Paginering", + Extensions: "Extensies", "Open Catalogs": "OpenCatalogi", "Reusable components within the government": "Herbruikbare componenten binnen de overheid", "Information Models": "Informatiemodellen",