mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -05:00
Fix wrong lang key
This commit is contained in:
parent
cb3f0ec9b4
commit
cc9d556665
@ -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 New Issue
Block a user