From 5e5aaa1284ca0131aac05ae85ea3b557ff232824 Mon Sep 17 00:00:00 2001 From: rintisch Date: Mon, 8 Jul 2024 11:56:15 +0200 Subject: [PATCH] [BUGFIX] Use correct label in BE pagination Replace a copy-paste error and show the correct label instead in the counter of the pagination of the BE. --- Resources/Private/Language/locallang.xlf | 3 +++ Resources/Private/Partials/Utility/Paginator.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf index eee99084..19a54632 100644 --- a/Resources/Private/Language/locallang.xlf +++ b/Resources/Private/Language/locallang.xlf @@ -591,6 +591,9 @@ End Date + + Records + No results for this filter diff --git a/Resources/Private/Partials/Utility/Paginator.html b/Resources/Private/Partials/Utility/Paginator.html index 0c7b789f..2cea3b26 100644 --- a/Resources/Private/Partials/Utility/Paginator.html +++ b/Resources/Private/Partials/Utility/Paginator.html @@ -31,7 +31,7 @@
  • - {pagination.startRecordNumber} - {pagination.endRecordNumber} + {pagination.startRecordNumber} - {pagination.endRecordNumber}
  • @@ -72,4 +72,4 @@ - \ No newline at end of file +