Skip to content

Commit dc51ad1

Browse files
committed
Merge pull request #94 from magento-tango/MAGETWO-15418-2
[Tango] MAGETWO-15418: Sold products aren't displayed in Bestsellers
2 parents 48170ad + 44e3dfe commit dc51ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Backend/view/adminhtml/templates/dashboard/totalbar/refreshstatistics.phtml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
?>
77
<form action="<?php echo $block->getUrl('*/*/refreshStatistics'); ?>" method="post">
88
<input name="form_key" type="hidden" value="<?php echo $block->getFormKey(); ?>" />
9-
<button type="submit" style="float:right; margin: 15px" title="Refresh data">
10-
<?php echo __('Refresh data') ?>
9+
<button type="submit" style="float:right; margin: 15px" title="Refresh Data">
10+
<?php echo __('Refresh Data') ?>
1111
</button>
1212
</form>

0 commit comments

Comments
 (0)