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

@@ -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]);