mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-07 05:55:27 +03:00
Update web/src/components/menu/GeneralSettings.tsx
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
4585499576
commit
59c6e1732f
@ -320,7 +320,7 @@ export default function GeneralSettings({ className }: GeneralSettingsProps) {
|
|||||||
? "cursor-pointer"
|
? "cursor-pointer"
|
||||||
: "flex items-center p-2 text-sm"
|
: "flex items-center p-2 text-sm"
|
||||||
}
|
}
|
||||||
aria-label="Dark mode"
|
aria-label={t("menu.language.zhCN")}
|
||||||
onClick={() => setLanguage("zh-CN")}
|
onClick={() => setLanguage("zh-CN")}
|
||||||
>
|
>
|
||||||
{language === "zh-CN" ? (
|
{language === "zh-CN" ? (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user