Skip to content
Snippets Groups Projects
Unverified Commit e0943ce9 authored by GyDi's avatar GyDi Committed by GitHub
Browse files

fix: label text

parent 61e7df77
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ const SettingClash = ({ onError }: Props) => { ...@@ -129,7 +129,7 @@ const SettingClash = ({ onError }: Props) => {
</SettingItem> </SettingItem>
<SettingItem> <SettingItem>
<ListItemText primary={t("Clash core")} /> <ListItemText primary={t("Clash Core")} />
<Typography sx={{ py: 1 }}>{clashVer}</Typography> <Typography sx={{ py: 1 }}>{clashVer}</Typography>
</SettingItem> </SettingItem>
</SettingList> </SettingList>
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"IPv6": "IPv6", "IPv6": "IPv6",
"Log Level": "Log Level", "Log Level": "Log Level",
"Mixed Port": "Mixed Port", "Mixed Port": "Mixed Port",
"Clash core": "Clash core", "Clash Core": "Clash Core",
"Tun Mode": "Tun Mode", "Tun Mode": "Tun Mode",
"Service Mode": "Service Mode", "Service Mode": "Service Mode",
"Auto Launch": "Auto Launch", "Auto Launch": "Auto Launch",
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"IPv6": "IPv6", "IPv6": "IPv6",
"Log Level": "日志等级", "Log Level": "日志等级",
"Mixed Port": "端口设置", "Mixed Port": "端口设置",
"Clash core": "Clash 内核", "Clash Core": "Clash 内核",
"Tun Mode": "Tun 模式", "Tun Mode": "Tun 模式",
"Service Mode": "服务模式", "Service Mode": "服务模式",
"Auto Launch": "开机自启", "Auto Launch": "开机自启",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment