From c5d5ffcb75ca2b6fd2b14701d5f5edec94291afa Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Wed, 21 Jun 2023 15:28:56 +0800 Subject: [PATCH] * Fix bug #36043. --- module/block/view/executionblock.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/block/view/executionblock.html.php b/module/block/view/executionblock.html.php index aa1d3d527e..79c6b1be7e 100644 --- a/module/block/view/executionblock.html.php +++ b/module/block/view/executionblock.html.php @@ -56,12 +56,12 @@ - hours->totalEstimate . $lang->execution->workHourUnit;?> - hours->totalLeft . $lang->execution->workHourUnit;?> + estimate . $lang->execution->workHourUnit;?> + left . $lang->execution->workHourUnit;?> -
-
hours->progress);?>
+
+
progress);?>