You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-28 08:02:00 +03:00
Fix wrong lang key
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user