From 96b1ddc2636c65d5c4797c7ed415f922227f2f95 Mon Sep 17 00:00:00 2001 From: ZhaiSoul <842607283@qq.com> Date: Thu, 13 Mar 2025 00:25:37 +0800 Subject: [PATCH] fix: update password update i18n keys --- web/src/views/settings/AuthenticationView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }); }