mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-13 13:55:14 +00:00
Wrap intl in span identifying translation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useHealth } from "src/hooks";
|
||||
import { intl } from "src/locale";
|
||||
import { T } from "src/locale";
|
||||
|
||||
export function SiteFooter() {
|
||||
const health = useHealth();
|
||||
@@ -25,7 +25,7 @@ export function SiteFooter() {
|
||||
className="link-secondary"
|
||||
rel="noopener"
|
||||
>
|
||||
{intl.formatMessage({ id: "footer.github-fork" })}
|
||||
<T id="footer.github-fork" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user