Browse Source

fix bindWeChat tips

Q.A.zh 1 year ago
parent
commit
6c995d4bd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/components/PersonalSetting.js

+ 1 - 1
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);