Skip to content

Commit 63cc28e

Browse files
author
Olexii Korshenko
committed
Merge branch 'mainline-develop' into object-relation-processor
2 parents fb5905e + dc51ad1 commit 63cc28e

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)