diff --git a/lib/core/pagination/pagination.component.html b/lib/core/pagination/pagination.component.html index 4d2f0b4807..c7c2470971 100644 --- a/lib/core/pagination/pagination.component.html +++ b/lib/core/pagination/pagination.component.html @@ -1,12 +1,7 @@
- {{ - 'CORE.PAGINATION.ITEMS_RANGE' | translate: { - range: range.join('-'), - total: pagination.totalItems - } - }} + {{ itemRangeText }}
@@ -50,9 +45,11 @@ arrow_drop_down - - {{ 'CORE.PAGINATION.TOTAL_PAGES' | translate: { total: pages.length } }} - +
+ + {{ 'CORE.PAGINATION.TOTAL_PAGES' | translate: { total: pages.length } }} + +