From 45854995762abe651d94cbf64998ccfec7379325 Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Wed, 12 Mar 2025 23:12:38 +0800 Subject: [PATCH] Update web/src/components/menu/GeneralSettings.tsx Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> --- web/src/components/menu/GeneralSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/menu/GeneralSettings.tsx b/web/src/components/menu/GeneralSettings.tsx index 9f6bd0d7e..2cd949d09 100644 --- a/web/src/components/menu/GeneralSettings.tsx +++ b/web/src/components/menu/GeneralSettings.tsx @@ -340,7 +340,7 @@ export default function GeneralSettings({ className }: GeneralSettingsProps) { ? "cursor-pointer" : "flex items-center p-2 text-sm" } - aria-label="Use the system settings for light or dark mode" + aria-label="Use the system settings for language" onClick={() => setLanguage(systemLanguage)} > {language === systemLanguage ? (