From 28505a5b181008ebcde6fa58b7a4a8459a492018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 23 Mar 2023 08:11:30 +0100 Subject: [PATCH] Add tooltip to header notifications menu --- .../NotificationMenu/NotificationMenu.vue | 20 +++++++++++++++++-- webapp/locales/de.json | 3 +++ webapp/locales/en.json | 3 +++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/webapp/components/NotificationMenu/NotificationMenu.vue b/webapp/components/NotificationMenu/NotificationMenu.vue index 0cc643516..a8609f582 100644 --- a/webapp/components/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/NotificationMenu/NotificationMenu.vue @@ -4,11 +4,27 @@ class="notifications-menu" :to="{ name: 'notifications' }" > - + diff --git a/webapp/locales/de.json b/webapp/locales/de.json index ed6800d98..cead1ab5e 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -651,6 +651,9 @@ "unread": "Ungelesen" }, "group": "Beschreibung", + "headerMenuButton": { + "tooltip": "Meine Benachrichtigungen" + }, "markAllAsRead": "Markiere alle als gelesen", "pageLink": "Alle Benachrichtigungen", "post": "Beitrag oder Gruppe", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 08397ec1a..4590f8955 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -651,6 +651,9 @@ "unread": "Unread" }, "group": "Description", + "headerMenuButton": { + "tooltip": "My notifications" + }, "markAllAsRead": "Mark all as read", "pageLink": "All notifications", "post": "Post or Group",