chore: add missing i18n
This commit is contained in:
@@ -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} />
|
||||
|
||||
@@ -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