+
+
+
+
+
+
+
+ {{ slotProps.data.client_name }}
+
+
+
+
+
+ {{ slotProps.data.version }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('notifications.clients.footer.subscriptions', { count: 3 }) }}
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/locales/en.json b/frontend/locales/en.json
index 33f2e6705..302cfa091 100644
--- a/frontend/locales/en.json
+++ b/frontend/locales/en.json
@@ -561,6 +561,17 @@
"yes": "Yes"
},
"notifications": {
+ "clients": {
+ "col": {
+ "client_name": "Client ",
+ "version": "Version"
+ },
+ "footer":{
+ "subscriptions": "Clients ({count} Subscriptions)"
+ },
+ "search_placeholder":"Client",
+ "title": "Clients"
+ },
"col": {
"dashboard": "Dashboard",
"group": "Group",
diff --git a/frontend/pages/notifications.vue b/frontend/pages/notifications.vue
index 968b4fe73..5d591e793 100644
--- a/frontend/pages/notifications.vue
+++ b/frontend/pages/notifications.vue
@@ -97,7 +97,8 @@ const openManageNotifications = () => {
/>