mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-29 07:09:03 +03:00
i18n fixes (#17184)
* update PR template * fix hook * fix input * fix hook * add all audio detector keys * add frigate+ keys * fix spelling, formatting, and spacing * fix labels * capitalization * fix timestamp * fix menu * fix plus text * fix download label * docs * fix docs build * fix docs formatting
This commit is contained in:
@@ -77,7 +77,7 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) {
|
||||
});
|
||||
}
|
||||
} else {
|
||||
toast.error(t("form.errors.webUnkownError"), {
|
||||
toast.error(t("form.errors.webUnknownError"), {
|
||||
position: "top-center",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user