* Fix bug#21981

This commit is contained in:
zenggang
2022-04-26 06:21:15 +00:00
parent 9e1f09d37a
commit 7688d211d3
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -79,3 +79,4 @@ $lang->programplan->error->planFinishSmall = 'The "End" date must be > the "Begi
$lang->programplan->error->percentOver = 'The sum of "Workload %" cannot exceed 100%.';
$lang->programplan->error->createdTask = 'The task is decomposed. Sub stages cannot be added.';
$lang->programplan->error->parentWorkload = 'The sum of the workload in the sub stage cannot be > that in the parent stage: %s.';
$lang->programplan->error->sameName = 'Stage name cannot be the same!';