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/notification/subtask_update.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/Template/notification') diff --git a/app/Template/notification/subtask_update.php b/app/Template/notification/subtask_update.php index a6c4e9cc..a6956792 100644 --- a/app/Template/notification/subtask_update.php +++ b/app/Template/notification/subtask_update.php @@ -10,10 +10,11 @@
  • - text->e($subtask['time_spent']).'h' ?> + + / - text->e($subtask['time_estimated']).'h' ?> +
  • -- cgit v1.2.3