From 2a0ac1cbf7c0b87c2e1c88bbfc7f1252f6fc4051 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Tue, 7 May 2024 13:40:12 +0800 Subject: [PATCH] * Fix executionstatistic block burn lang. --- module/block/ui/executionstatisticblock.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/block/ui/executionstatisticblock.html.php b/module/block/ui/executionstatisticblock.html.php index 43b489ff5c..9478706f00 100644 --- a/module/block/ui/executionstatisticblock.html.php +++ b/module/block/ui/executionstatisticblock.html.php @@ -62,14 +62,14 @@ $burn = div array ( 'type' => 'line', - 'name' => $lang->block->productstatistic->done, + 'name' => $lang->execution->charts->burn->graph->actuality, 'data' => $chartData['burnLine'], 'emphasis' => array('label' => array('show' => true)) ), array ( 'type' => 'line', - 'name' => $lang->block->productstatistic->opened, + 'name' => $lang->execution->charts->burn->graph->reference, 'data' => $chartData['baseLine'], 'emphasis' => array('label' => array('show' => true)) )