diff options
Diffstat (limited to 'app/Template/user')
-rw-r--r-- | app/Template/user/timesheet.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/user/timesheet.php b/app/Template/user/timesheet.php index fb7e51f0..4f052006 100644 --- a/app/Template/user/timesheet.php +++ b/app/Template/user/timesheet.php @@ -8,8 +8,8 @@ <?php else: ?> <table class="table-fixed"> <tr> - <th class="column-20"><?= $subtask_paginator->order('Task', 'task_title') ?></th> - <th class="column-20"><?= $subtask_paginator->order('Subtask', 'subtask_title') ?></th> + <th class="column-20"><?= $subtask_paginator->order(t('Task'), 'task_title') ?></th> + <th class="column-20"><?= $subtask_paginator->order(t('Subtask'), 'subtask_title') ?></th> <th><?= $subtask_paginator->order(t('Start'), 'start') ?></th> <th><?= $subtask_paginator->order(t('End'), 'end') ?></th> </tr> |