diff --git a/frontend/src/components/Table/Formatters.tsx b/frontend/src/components/Table/Formatters.tsx index 5b61e60a..eb984735 100644 --- a/frontend/src/components/Table/Formatters.tsx +++ b/frontend/src/components/Table/Formatters.tsx @@ -103,7 +103,7 @@ function CertificateStatusFormatter() { - {intl.formatMessage({ id: `type.${value}` })} + {intl.formatMessage({ id: `status.${value}` })}