From b5e8a1ddb56ce1e6b98754686dd2951c2afefa58 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Mon, 10 Mar 2025 00:57:55 +0800 Subject: [PATCH] chore: rename "DNS Settings" to "DNS Overwrite" in UI for consistency This change updates the label for the DNS toggle setting from "DNS Settings" to "DNS Overwrite" in the ClashVerge settings interface. The change provides better consistency with the translation keys and more clearly communicates the function of the setting, which is to override system DNS. The corresponding translation keys have been updated in both English and Chinese localization files. --- src/components/setting/setting-clash.tsx | 2 +- src/locales/en.json | 1 + src/locales/zh.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/setting/setting-clash.tsx b/src/components/setting/setting-clash.tsx index 8045176e..1993b886 100644 --- a/src/components/setting/setting-clash.tsx +++ b/src/components/setting/setting-clash.tsx @@ -135,7 +135,7 @@ const SettingClash = ({ onError }: Props) => {