Merge branch 'zenops_44' into liyuchun_65983

This commit is contained in:
liyuchun
2022-08-26 14:28:47 +08:00
254 changed files with 3032 additions and 1566 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ $lang->task->error->realStartedEmpty = '"Real Started" should not be empty.';
$lang->task->error->finishedDateEmpty = '"Finished Date" should not be empty.';
$lang->task->error->finishedDateSmall = '"Finished Date" should be > "Real Started"';
$lang->task->error->alreadyConsumed = 'The currently selected parent task has been consumed.';
$lang->task->error->date = 'The date should be >= today.';
$lang->task->error->date = 'The date should be <= today.';
/* Report. */
$lang->task->report = new stdclass();