* [task#140627,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-04-03 14:23:29 +08:00
committed by 刘刚
parent 3d8a82e5eb
commit e5c1bbee20
5 changed files with 10 additions and 1 deletions
+1
View File
@@ -340,6 +340,7 @@ $lang->task->error->endLtExecution = "The 'Deadline' of the task must be grea
$lang->task->error->dateExceed = "Because the scheduled date of task %s exceeds the scheduled date of {$lang->execution->common}, it is automatically changed to the scheduled date of {$lang->execution->common}";
$lang->task->error->length = "Length exceeds the limit of %d characters, cannot be saved. Please modify it again.";
$lang->task->error->emptyParentName = "Contains subtasks, task names cannot be empty.";
$lang->task->error->noTestTask = "Please select at least one {$lang->SRCommon}.";
/* Report. */
$lang->task->report = new stdclass();