mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
chore: add missing i18n
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user