Skip to content

Commit

Permalink
textual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Oct 10, 2023
1 parent e379cf9 commit 10a8acb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const WOOItemDetailTemplate: React.FC<WOOItemDetailTemplateProps> = ({ wo

{getItems.data.Ontvangstdatum && (
<TableRow className={styles.tableRow}>
<TableCell>{t("Received date")}</TableCell>
<TableCell>{t("Registration date")}</TableCell>

<TableCell>{translateDate(i18n.language, getItems.data.Ontvangstdatum) ?? "-"}</TableCell>
</TableRow>
Expand Down
2 changes: 1 addition & 1 deletion pwa/src/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const en = {
"Inventory list": "Inventory list",
"Exceeding the term": "Exceeding the term",
"Publication date": "Publication date",
"Received date": "Received date",
"Registration date": "Registration date",
"Decision date": "Decision date",
"Cards view": "Cards view",
"Table view": "Table view",
Expand Down
2 changes: 1 addition & 1 deletion pwa/src/translations/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const nl = {
"Inventory list": "Inventarisatielijst",
"Exceeding the term": "Termijnoverschrijding",
"Publication date": "Publicatiedatum",
"Received date": "Ontvangstdatum",
"Registration date": "Registratiedatum",
"Decision date": "Besluitdatum",
"Cards view": "Tegelweergave",
"Table view": "Tabelweergave",
Expand Down

0 comments on commit 10a8acb

Please sign in to comment.