fix: label text

This commit is contained in:
GyDi
2022-05-16 20:26:13 +08:00
committed by GitHub
parent 61e7df77a7
commit e0943ce905
3 changed files with 3 additions and 3 deletions

View File

@@ -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>