mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-09 13:08:14 -05:00
Fix wrong lang key
This commit is contained in:
parent
cb3f0ec9b4
commit
cc9d556665
@ -103,7 +103,7 @@ function CertificateStatusFormatter() {
|
|||||||
<Popover>
|
<Popover>
|
||||||
<PopoverTrigger>
|
<PopoverTrigger>
|
||||||
<Badge color={color} style={{ cursor: "pointer" }}>
|
<Badge color={color} style={{ cursor: "pointer" }}>
|
||||||
{intl.formatMessage({ id: `type.${value}` })}
|
{intl.formatMessage({ id: `status.${value}` })}
|
||||||
</Badge>
|
</Badge>
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
<PopoverContent>
|
<PopoverContent>
|
||||||
|
Loading…
Reference in New Issue
Block a user