* Fix executionstatistic block burn lang.

This commit is contained in:
wangyuting
2024-05-07 13:40:12 +08:00
parent 0cf6dad94a
commit 2a0ac1cbf7
@@ -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))
)