* Finish task #71904.

This commit is contained in:
tianshujie
2022-10-10 16:14:45 +08:00
parent e9ebed5a6e
commit ff6c9221cb
8 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
<?php endif;?>
<th class='c-user'><?php echo $lang->task->assignedTo;?></th>
<th class='c-hour'><?php echo $lang->task->leftAB;?></th>
<th class='c-date'><?php echo $lang->task->deadlineAB;?></th>
<th class='c-date text-center'><?php echo $lang->task->deadlineAB;?></th>
<th class='c-status'><?php echo $lang->statusAB;?></th>
<th class='c-story'><?php echo $lang->task->story;?></th>
</tr>