diff --git a/webapp/components/NotificationMenu/NotificationMenu.vue b/webapp/components/NotificationMenu/NotificationMenu.vue index d0e21bf96..276da8490 100644 --- a/webapp/components/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/NotificationMenu/NotificationMenu.vue @@ -9,7 +9,7 @@ ghost circle v-tooltip="{ - content: $t('notifications.headerMenuButton.tooltip'), + content: $t('header.notifications.tooltip'), placement: 'bottom-start', }" /> @@ -20,7 +20,7 @@ ghost circle v-tooltip="{ - content: $t('notifications.headerMenuButton.tooltip'), + content: $t('header.notifications.tooltip'), placement: 'bottom-start', }" @click="toggleMenu" diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 5857af770..20d531b98 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -582,6 +582,9 @@ }, "chats": { "tooltip": "Chats" + }, + "notifications": { + "tooltip": "Banachrichtigungen" } }, "index": { @@ -728,9 +731,6 @@ "unread": "Ungelesen" }, "group": "Beschreibung", - "headerMenuButton": { - "tooltip": "Meine Banachrichtigungen" - }, "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 4b430622f..41352a72f 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -582,6 +582,9 @@ }, "chats": { "tooltip": "Chats" + }, + "notifications": { + "tooltip": "Notifications" } }, "index": { @@ -728,9 +731,6 @@ "unread": "Unread" }, "group": "Description", - "headerMenuButton": { - "tooltip": "My notifications" - }, "markAllAsRead": "Mark all as read", "pageLink": "All notifications", "post": "Post or Group", diff --git a/webapp/locales/es.json b/webapp/locales/es.json index dc6043446..bb1de806c 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -323,6 +323,9 @@ }, "chats": { "tooltip": "Chats" + }, + "notifications": { + "tooltip": "Notificaciones" } }, "index": { diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index c84512ee1..b6be97042 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -313,6 +313,9 @@ }, "chats": { "tooltip": "Chats" + }, + "notifications": { + "tooltip": "Notifications" } }, "index": { @@ -416,9 +419,6 @@ "unread": "Non lu" }, "group": "Description", - "headerMenuButton": { - "tooltip": "Mes notifications" - }, "markAllAsRead": "Tout marquer comme lu", "pageLink": "Toutes les notifications", "post": "Post", diff --git a/webapp/locales/it.json b/webapp/locales/it.json index 731d67b5f..9b7c613db 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -317,6 +317,9 @@ }, "chats": { "tooltip": "Chat" + }, + "notifications": { + "tooltip": "Notifiche" } }, "index": { diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json index 7b6f1b7c0..88e616d79 100644 --- a/webapp/locales/nl.json +++ b/webapp/locales/nl.json @@ -100,6 +100,9 @@ }, "chats": { "tooltip": "Chats" + }, + "notifications": { + "tooltip": "Notificaties" } }, "login": { diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json index 0acb39aad..d5021f809 100644 --- a/webapp/locales/pl.json +++ b/webapp/locales/pl.json @@ -187,6 +187,9 @@ }, "chats": { "tooltip": "Czaty" + }, + "notifications": { + "tooltip": "Powiadomienia" } }, "login": { diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json index 8fc4a6478..7132b7b76 100644 --- a/webapp/locales/pt.json +++ b/webapp/locales/pt.json @@ -355,6 +355,9 @@ }, "chats": { "tooltip": "Chats" + }, + "notifications": { + "tooltip": "Notificações" } }, "index": { diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index f364514fc..18fbfe12d 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -334,6 +334,9 @@ }, "chats": { "tooltip": "Чаты" + }, + "notifications": { + "tooltip": "Уведомления" } }, "index": {