Skip to content

Commit

Permalink
IBX-664: changed desc for pagination.viewing trans
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Dębiński committed Jun 29, 2021
1 parent 77983bb commit f0b6a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<span class="ez-pagination__text">
{{ 'pagination.viewing'|trans({
'%viewing%': pager.currentPageResults|length,
'%total%': pager.nbResults}, 'pagination')|desc('Viewing <strong>%viewing%</strong> out of <strong>%total%</strong> items')|raw }}
'%total%': pager.nbResults}, 'pagination')|desc('Viewing %viewing% out of %total% items')|raw }}
</span>
</div>
<div class="row justify-content-center align-items-center ez-pagination__btn mb-5">
Expand Down

0 comments on commit f0b6a50

Please # to comment.