lizhen_gitee 2 rokov pred
rodič
commit
e08069955e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;
         }
     }