From 6877e0c95d0a0096bd75d41bbd7b2e81725eae66 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) => {