diff --git a/module/block/view/scrumoverviewblock.html.php b/module/block/view/scrumoverviewblock.html.php index 40ebdfcb37..d5ac5ada73 100644 --- a/module/block/view/scrumoverviewblock.html.php +++ b/module/block/view/scrumoverviewblock.html.php @@ -41,7 +41,7 @@ consumed ? html::a($this->createLink('project', 'index', 'locate=no'), $totalData[$projectID]->consumed) : 0;?>
- block->estimatedHours;?> estimate . ' ' . $config->hourUnit;?> + block->estimatedHours;?> estimate;?>
diff --git a/module/block/view/waterfallprogressblock.html.php b/module/block/view/waterfallprogressblock.html.php index e8b8d37841..39441b481a 100644 --- a/module/block/view/waterfallprogressblock.html.php +++ b/module/block/view/waterfallprogressblock.html.php @@ -12,7 +12,7 @@
-
hourCommon})";?>
+
project->workHour})";?>
PV EV