From 05cee7a339dcfeeb19927ffe4920a04fac4e794d Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Wed, 2 Aug 2023 11:14:07 +0800 Subject: [PATCH] * Change hour unit. --- module/execution/ui/treetask.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/execution/ui/treetask.html.php b/module/execution/ui/treetask.html.php index e82ff1dc87..707e976319 100644 --- a/module/execution/ui/treetask.html.php +++ b/module/execution/ui/treetask.html.php @@ -52,7 +52,7 @@ div span ( setClass('ml-2 article-h3'), - $task->estimate . ' ' . $lang->workingHour + $task->estimate . ' ' . $lang->execution->workHourUnit ), ), div @@ -62,7 +62,7 @@ div span ( setClass('ml-2 article-h3'), - round($task->consumed, 2) . ' ' . $lang->workingHour + round($task->consumed, 2) . ' ' . $lang->execution->workHourUnit ), ), div @@ -72,7 +72,7 @@ div span ( setClass('ml-2 article-h3'), - $task->left . ' ' . $lang->workingHour + $task->left . ' ' . $lang->execution->workHourUnit ), ), div