Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Jul 15, 2024
1 parent 92d472c commit 71bda05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ export const PublicationsDetailTemplate: React.FC<PublicationsDetailTemplateProp
)}
{_getPublication.data?.data?.data && (
<Tab>
<span>{t("Extensies")}</span>
<span>{t("Extensions")}</span>
</Tab>
)}
</TabList>
Expand Down Expand Up @@ -1146,18 +1146,6 @@ export const PublicationsDetailTemplate: React.FC<PublicationsDetailTemplateProp
>
<Table className={styles.table}>
<TableBody className={styles.tableBody}>
{/* Keep commented out for reverting purposes */}
{/* {publicationData?.contactPoint && (
<TableRow className={styles.tableRow}>
<TableCell className={styles.title}>Contact:</TableCell>
<TableCell>
<div className={styles.publicationDataContact}>
<span>{`${t("Name")}: ${publicationData?.contactPoint?.name}`}</span>
<span>{`${t("Email")}: ${publicationData?.contactPoint?.email}`}</span>
</div>
</TableCell>
</TableRow>
)} */}

{publicationData?.qualifiedAttribution && (
<TableRow className={styles.tableRow}>
Expand Down
1 change: 1 addition & 0 deletions pwa/src/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions pwa/src/translations/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 71bda05

Please sign in to comment.