Skip to content

Commit cc9d556

Browse files
committed
Fix wrong lang key
1 parent cb3f0ec commit cc9d556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Table/Formatters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function CertificateStatusFormatter() {
103103
<Popover>
104104
<PopoverTrigger>
105105
<Badge color={color} style={{ cursor: "pointer" }}>
106-
{intl.formatMessage({ id: `type.${value}` })}
106+
{intl.formatMessage({ id: `status.${value}` })}
107107
</Badge>
108108
</PopoverTrigger>
109109
<PopoverContent>

0 commit comments

Comments
 (0)