From fec0e910e56339eba499cdd793399bbc720ccb32 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Thu, 16 Nov 2023 17:15:44 +0800 Subject: [PATCH] * Optimize code for product statistic block. --- module/block/ui/productstatisticblock.html.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module/block/ui/productstatisticblock.html.php b/module/block/ui/productstatisticblock.html.php index 7ae5090390..66a538cc5b 100644 --- a/module/block/ui/productstatisticblock.html.php +++ b/module/block/ui/productstatisticblock.html.php @@ -85,9 +85,9 @@ statisticBlock ( array ( - 'title' => $lang->block->tooltip['deliveryRate'], + 'title' => $lang->block->tooltips['deliveryRate'], 'placement' => 'bottom', - 'type' => 'white', + 'type' => 'white', 'className' => 'text-dark border border-light leading-5' ) ) @@ -117,9 +117,9 @@ statisticBlock ( array ( - 'title' => $lang->block->tooltip['effectiveStory'], + 'title' => $lang->block->tooltips['effectiveStory'], 'placement' => 'bottom', - 'type' => 'white', + 'type' => 'white', 'className' => 'text-dark border border-light leading-5' ) ) @@ -146,9 +146,9 @@ statisticBlock ( array ( - 'title' => $lang->block->tooltip['deliveredStory'], + 'title' => $lang->block->tooltips['deliveredStory'], 'placement' => 'bottom', - 'type' => 'white', + 'type' => 'white', 'className' => 'text-dark border border-light leading-5' ) )