* Finish task #8087.

This commit is contained in:
tianshujie98
2020-09-30 14:16:08 +08:00
parent e024d848e1
commit 0a7f82bc45
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ $lang->task->error->deadlineSmall = '"Deadline" must be greater than "StartD
$lang->task->error->alreadyStarted = 'You cannot start this task, because it is started.';
$lang->task->error->realStartedEmpty = '"Real Started" should not be empty.';
$lang->task->error->finishedDateEmpty = '"Finished Date" should not be empty.';
$lang->task->error->chooseOtherParent = 'the currently selected parent task has been consumed, please select another parent task.';
$lang->task->error->alreadyConsumed = 'The currently selected parent task has been consumed.';
/* Report. */
$lang->task->report = new stdclass();