diff --git a/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx b/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx index e711889b..6bd3577e 100644 --- a/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx +++ b/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx @@ -99,7 +99,7 @@ export const WOOItemDetailTemplate: React.FC = ({ wo {getItems.data.Ontvangstdatum && ( - {t("Received date")} + {t("Registration date")} {translateDate(i18n.language, getItems.data.Ontvangstdatum) ?? "-"} diff --git a/pwa/src/translations/en.ts b/pwa/src/translations/en.ts index 896ab24c..0fe54f02 100644 --- a/pwa/src/translations/en.ts +++ b/pwa/src/translations/en.ts @@ -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", diff --git a/pwa/src/translations/nl.ts b/pwa/src/translations/nl.ts index e411bccd..de8539b8 100644 --- a/pwa/src/translations/nl.ts +++ b/pwa/src/translations/nl.ts @@ -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",