paging-total.html 362 B

123456789101112
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <div class="admin__control-support-text">
  8. <text args="totalRecords"/> <!-- ko i18n: 'records found' --><!-- /ko -->
  9. <!-- ko if: totalSelected -->
  10. (<text args="totalSelected"/> <!-- ko i18n: 'selected' --><!-- /ko -->)
  11. <!-- /ko -->
  12. </div>