From eafaa4b03770a73080520952112905eb8135a62f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 10 May 2018 14:30:59 -0700 Subject: Make hardcoded hours string translatable --- app/Template/subtask/timer.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/Template/subtask') diff --git a/app/Template/subtask/timer.php b/app/Template/subtask/timer.php index 2102e6cc..0f17fc73 100644 --- a/app/Template/subtask/timer.php +++ b/app/Template/subtask/timer.php @@ -1,10 +1,12 @@ - text->e($subtask['time_spent']).'h' ?> + + / + - text->e($subtask['time_estimated']).'h' ?> + user->hasProjectAccess('SubtaskController', 'edit', $task['project_id']) && $subtask['user_id'] == $this->user->getId()): ?> -- cgit v1.2.3