We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 444e252 + 2a21db0 commit 65b5863Copy full SHA for 65b5863
app/code/Magento/Sales/Block/Adminhtml/Report/Filter/Form.php
@@ -67,7 +67,7 @@ protected function _prepareForm()
67
'name' => 'show_order_statuses',
68
'label' => __('Order Status'),
69
'options' => ['0' => __('Any'), '1' => __('Specified')],
70
- 'note' => __('Applies to Any of the Specified Order Statuses')
+ 'note' => __('Applies to Any of the Specified Order Statuses except canceled orders')
71
],
72
'to'
73
);
0 commit comments