* Fix bug#18083.

This commit is contained in:
xieqiyu
2022-03-30 17:26:17 +08:00
parent a42d621269
commit 0983c30e8d
4 changed files with 27 additions and 16 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ $lang->task->error->finishedDateSmall = '"Finished Date" should be > "Real Start
$lang->task->error->alreadyConsumed = 'The currently selected parent task has been consumed.';
$lang->task->error->date = 'The date should be >= today.';
$lang->task->error->leftEmpty = 'When the task status is %s, "Hours Left" cannot be 0';
$lang->task->error->leftEmptyAB = 'task#%sWhen the task status is %s, "Hours Left" cannot be 0';
$lang->task->error->leftEmptyAB = 'task#%sWhen the task status is %s, "Left" cannot be 0';
/* Report. */
$lang->task->report = new stdclass();