Update web/src/components/menu/GeneralSettings.tsx

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
GuoQing Liu 2025-03-12 23:12:38 +08:00 committed by GitHub
parent 3dccf69692
commit 4585499576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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