mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-06-21 02:20:41 +00:00
fix: language code conversion (#53)
This commit is contained in:
@@ -104,7 +104,7 @@ export default function ServerPage() {
|
||||
accessorFn: (row) => row.host.version || t("Unknown"),
|
||||
},
|
||||
{
|
||||
header: t("Enable") + t("DDNS"),
|
||||
header: t("EnableDDNS"),
|
||||
accessorKey: "enableDDNS",
|
||||
accessorFn: (row) => row.enable_ddns ?? false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user