Fix wrong lang key
This commit is contained in:
parent
cb3f0ec9b4
commit
cc9d556665
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue