lizhen_gitee 2 lat temu
rodzic
commit
e08069955e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      application/common/library/Auth.php

+ 1 - 1
application/common/library/Auth.php

@@ -441,7 +441,7 @@ class Auth
             }
             return true;
         } else {
-            $this->setError('Password is incorrect');
+            $this->setError('原密码不正确');
             return false;
         }
     }