Skip to content

Commit 95cf76c

Browse files
committed
Uses > Used for Yes/No column
1 parent 148d6cc commit 95cf76c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Coupons

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Coupons/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function _prepareColumns()
100100
$this->addColumn(
101101
'used',
102102
[
103-
'header' => __('Uses'),
103+
'header' => __('Used'),
104104
'index' => 'times_used',
105105
'width' => '100',
106106
'type' => 'options',

0 commit comments

Comments
 (0)