chore: add missing i18n

This commit is contained in:
wonfen
2025-03-21 10:29:20 +08:00
parent f739836891
commit 9799d4f747
4 changed files with 8 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ export const IpInfoCard = () => {
}
>
<Box sx={{ display: "flex", flexDirection: "column", gap: 1 }}>
<Skeleton variant="text" width="60%" height={32} />
<Skeleton variant="text" width="60%" height={30} />
<Skeleton variant="text" width="80%" height={24} />
<Skeleton variant="text" width="70%" height={24} />
<Skeleton variant="text" width="50%" height={24} />

View File

@@ -187,7 +187,7 @@ export const ProxyTunCard: FC = () => {
: enable_tun_mode
? t("TUN Mode Enabled")
: t("TUN Mode Disabled"),
tooltip: t("Tun Mode Info")
tooltip: t("TUN Mode Intercept Info")
};
}
}, [activeTab, enable_system_proxy, enable_tun_mode, isSidecarMode, t]);