This commit is contained in:
hufangzhou
2023-04-21 16:51:39 +08:00
parent 9434e3f438
commit 92175b0f48
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -274,7 +274,7 @@
<?php endif;?>
<tr>
<th><?php echo $lang->task->type;?></th>
<td><?php echo $lang->task->typeList[$task->type];?></td>
<td><?php echo zget($this->lang->task->typeList, $task->type, $task->type);?></td>
</tr>
<tr>
<th><?php echo $lang->task->status;?></th>