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",