Commit 4fb76abd authored by D Vargas's avatar D Vargas Committed by Nikolay Lobachev
Browse files

Issue #3398345 by dxvargas: Pagination in views has corrupted characteres

parent 6e9eb78c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -58,10 +58,10 @@ display:
          id: 0
          total_pages: null
          tags:
            previous: ‹‹
            next: ››
            first: '« First'
            last: 'Last »'
            previous: ' Previous'
            next: 'Next ›'
            first: '« First'
            last: 'Last »'
          expose:
            items_per_page: false
            items_per_page_label: 'Items per page'
+4 −4
Original line number Diff line number Diff line
@@ -60,10 +60,10 @@ display:
          id: 0
          total_pages: null
          tags:
            previous: ‹‹
            next: ››
            first: '« First'
            last: 'Last »'
            previous: ' Previous'
            next: 'Next ›'
            first: '« First'
            last: 'Last »'
          expose:
            items_per_page: false
            items_per_page_label: 'Items per page'