diff --git a/web/src/views/settings/AuthenticationView.tsx b/web/src/views/settings/AuthenticationView.tsx index d9d2ceb80..cf6f19db6 100644 --- a/web/src/views/settings/AuthenticationView.tsx +++ b/web/src/views/settings/AuthenticationView.tsx @@ -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", }); }