diff --git a/client/pages/config/sessions.vue b/client/pages/config/sessions.vue
index 59ff7558..38b59b9e 100644
--- a/client/pages/config/sessions.vue
+++ b/client/pages/config/sessions.vue
@@ -88,7 +88,7 @@
Page {{ currentPage + 1 }} of {{ numPages }}
+{{ $getString('LabelPaginationPageXOfY', [currentPage + 1, numPages]) }}
Open Listening Sessions
+{{ $strings.HeaderOpenListeningSessions }}
Page {{ currentPage + 1 }} of {{ numPages }}
+{{ $getString('LabelPaginationPageXOfY', [currentPage + 1, numPages]) }}
groups
. If configured, the application will automatically assign roles based on the user's group memberships, provided that these groups are named case-insensitively 'admin', 'user', or 'guest' in the claim. The claim should contain a list, and if a user belongs to multiple groups, the application will assign the role corresponding to the highest level of access. If no group matches, access will be denied.",
"LabelOpenRSSFeed": "Open RSS Feed",
"LabelOverwrite": "Overwrite",
+ "LabelPaginationPageXOfY": "Page {0} of {1}",
"LabelPassword": "Password",
"LabelPath": "Path",
"LabelPermanent": "Permanent",