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