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' ) )