mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
fix: update password update i18n keys
This commit is contained in:
parent
6a7bdd9894
commit
96b1ddc263
@ -59,7 +59,7 @@ export default function AuthenticationView() {
|
||||
.then((response) => {
|
||||
if (response.status === 200) {
|
||||
setShowSetPassword(false);
|
||||
toast.success("Password updated successfully", {
|
||||
toast.success(t("users.toast.success.updatePassword"), {
|
||||
position: "top-center",
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user