Fix wrong lang key

This commit is contained in:
Jamie Curnow 2023-03-05 22:37:06 +10:00
parent cb3f0ec9b4
commit cc9d556665
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -103,7 +103,7 @@ function CertificateStatusFormatter() {
<Popover>
<PopoverTrigger>
<Badge color={color} style={{ cursor: "pointer" }}>
{intl.formatMessage({ id: `type.${value}` })}
{intl.formatMessage({ id: `status.${value}` })}
</Badge>
</PopoverTrigger>
<PopoverContent>