Merge branch 'mayue_fixbug' into 'master'

* Fix bug.

See merge request easycorp/zentaopms!3037
This commit is contained in:
孙广明
2022-04-20 09:04:19 +00:00
+1 -1
View File
@@ -388,7 +388,7 @@ $lang->error->noData = 'No data.';
$lang->error->editedByOther = 'This record might have been changed. Please refresh and try to edit again!';
$lang->error->tutorialData = 'No data can be imported in tutorial mode. Please quit tutorial first!';
$lang->error->noCurlExt = 'No Curl module installed';
$lang->error->loginTimeout = 'Login has timed out, please login again!'
$lang->error->loginTimeout = 'Login has timed out, please login again!';
/* Page info. */
$lang->pager = new stdclass();