From 6c995d4bd9e1f3a80dd19f4e26150bfe62dbbbb7 Mon Sep 17 00:00:00 2001 From: "Q.A.zh" <40236765+QAbot-zh@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:53:16 +0000 Subject: [PATCH] fix bindWeChat tips --- web/src/components/PersonalSetting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/PersonalSetting.js b/web/src/components/PersonalSetting.js index e92918e8..d4d21f4a 100644 --- a/web/src/components/PersonalSetting.js +++ b/web/src/components/PersonalSetting.js @@ -192,7 +192,7 @@ const PersonalSetting = () => { ); const {success, message} = res.data; if (success) { - showSuccess(t('微信账户绑��成功!')); + showSuccess(t('微信账户绑定成功!')); setShowWeChatBindModal(false); } else { showError(message);