浏览代码

fix: label text

GyDi 3 年之前
父节点
当前提交
e0943ce905
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/components/setting/setting-clash.tsx
  2. 1 1
      src/locales/en.json
  3. 1 1
      src/locales/zh.json

+ 1 - 1
src/components/setting/setting-clash.tsx

@@ -129,7 +129,7 @@ const SettingClash = ({ onError }: Props) => {
       </SettingItem>
 
       <SettingItem>
-        <ListItemText primary={t("Clash core")} />
+        <ListItemText primary={t("Clash Core")} />
         <Typography sx={{ py: 1 }}>{clashVer}</Typography>
       </SettingItem>
     </SettingList>

+ 1 - 1
src/locales/en.json

@@ -40,7 +40,7 @@
   "IPv6": "IPv6",
   "Log Level": "Log Level",
   "Mixed Port": "Mixed Port",
-  "Clash core": "Clash core",
+  "Clash Core": "Clash Core",
   "Tun Mode": "Tun Mode",
   "Service Mode": "Service Mode",
   "Auto Launch": "Auto Launch",

+ 1 - 1
src/locales/zh.json

@@ -40,7 +40,7 @@
   "IPv6": "IPv6",
   "Log Level": "日志等级",
   "Mixed Port": "端口设置",
-  "Clash core": "Clash 内核",
+  "Clash Core": "Clash 内核",
   "Tun Mode": "Tun 模式",
   "Service Mode": "服务模式",
   "Auto Launch": "开机自启",