Skip to content

Commit 65b5863

Browse files
committed
Merge branch 'MAGETWO-39802' of github.corp.ebay.com:magento-troll/magento2ce into bugfixes
2 parents 444e252 + 2a21db0 commit 65b5863

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Block/Adminhtml/Report/Filter

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Adminhtml/Report/Filter/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected function _prepareForm()
6767
'name' => 'show_order_statuses',
6868
'label' => __('Order Status'),
6969
'options' => ['0' => __('Any'), '1' => __('Specified')],
70-
'note' => __('Applies to Any of the Specified Order Statuses')
70+
'note' => __('Applies to Any of the Specified Order Statuses except canceled orders')
7171
],
7272
'to'
7373
);

0 commit comments

Comments
 (0)