From e0943ce905d6a06f0badf63f69b084a60774f98f Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Mon, 16 May 2022 20:26:13 +0800
Subject: [PATCH] fix: label text

---
 src/components/setting/setting-clash.tsx | 2 +-
 src/locales/en.json                      | 2 +-
 src/locales/zh.json                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/setting/setting-clash.tsx b/src/components/setting/setting-clash.tsx
index c6cc159..6cd10a6 100644
--- a/src/components/setting/setting-clash.tsx
+++ b/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>
diff --git a/src/locales/en.json b/src/locales/en.json
index e72831b..87ac308 100644
--- a/src/locales/en.json
+++ b/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",
diff --git a/src/locales/zh.json b/src/locales/zh.json
index 4264184..bd6f7b2 100644
--- a/src/locales/zh.json
+++ b/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": "开机自启",
-- 
GitLab