mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Fix wrong lang key
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user