Merge branch 'lyk_25690' into 'master'

* Fix bug 25690.

See merge request easycorp/zentaopms!4841
This commit is contained in:
孙广明
2022-08-08 08:30:21 +00:00
+2 -2
View File
@@ -161,7 +161,7 @@ $lang->task->recordEstimateAction = 'Record Estimate';
$lang->task->ditto = 'Ditto'; $lang->task->ditto = 'Ditto';
$lang->task->dittoNotice = "This Task is not linked to %s like the last one!"; $lang->task->dittoNotice = "This Task is not linked to %s like the last one!";
$lang->task->selectTestStory = 'Select Story Testd'; $lang->task->selectTestStory = 'Select Story Tested';
$lang->task->selectAllUser = 'All Users'; $lang->task->selectAllUser = 'All Users';
$lang->task->noStory = 'No Story Linked'; $lang->task->noStory = 'No Story Linked';
$lang->task->noAssigned = 'Unassigned'; $lang->task->noAssigned = 'Unassigned';
@@ -354,4 +354,4 @@ $lang->taskestimate = new stdclass();
$lang->taskestimate->consumed = 'Estimates'; $lang->taskestimate->consumed = 'Estimates';
$lang->task->overEsStartDate = 'The %s schedule start time has exceeded, please modify the %s schedule start time first'; $lang->task->overEsStartDate = 'The %s schedule start time has exceeded, please modify the %s schedule start time first';
$lang->task->overEsEndDate = 'The %s schedule end time has exceeded, please modify the %s schedule end time first'; $lang->task->overEsEndDate = 'The %s schedule end time has exceeded, please modify the %s schedule end time first';