123456789101112 |
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <div class="admin__control-support-text">
- <text args="totalRecords"/> <!-- ko i18n: 'records found' --><!-- /ko -->
- <!-- ko if: totalSelected -->
- (<text args="totalSelected"/> <!-- ko i18n: 'selected' --><!-- /ko -->)
- <!-- /ko -->
- </div>
|