From cc9d556665c2db0a063b7c0991742c49bd63b22e Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Sun, 5 Mar 2023 22:37:06 +1000 Subject: [PATCH] Fix wrong lang key --- frontend/src/components/Table/Formatters.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Table/Formatters.tsx b/frontend/src/components/Table/Formatters.tsx index 5b61e60..eb98473 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}` })}