-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
See
magento2/app/code/Magento/Backend/view/adminhtml/templates/widget/grid.phtml
Lines 54 to 56 in 444e252
<?php /* @escapeNotVerified */ echo $countRecords ?> | |
</span> | |
<?php /* @escapeNotVerified */ echo __('records found') ?> |
magento2/app/code/Magento/Backend/view/adminhtml/templates/widget/grid/extended.phtml
Lines 65 to 67 in 444e252
<?php /* @escapeNotVerified */ echo $countRecords ?> | |
</span> | |
<?php /* @escapeNotVerified */ echo __('records found') ?> |
Surely Magento 2 must distinguish the singular and plural cases.