* Modify the right of start.

This commit is contained in:
wumo
2018-03-29 09:14:52 +08:00
parent 1874f441c4
commit cb06b23801
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
<div class="alert with-icon">
<i class="icon-info-sign"></i>
<div class="content">
<p><?php echo sprintf($lang->task->deniedNotice, $lang->task->start);?></p>
<p><?php echo $lang->task->deniedNotice;?></p>
</div>
</div>
<?php else:?>