lizhen_gitee преди 2 години
родител
ревизия
e08069955e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;
         }
     }