diff --git a/webapp/locales/de.json b/webapp/locales/de.json index a1407940d..62860ae13 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -725,6 +725,9 @@ "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 36263cfc0..a6060f3a0 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -725,6 +725,9 @@ "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/fr.json b/webapp/locales/fr.json index 3f97d84c2..6f98be2e9 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -405,6 +405,10 @@ "read": "Lire", "unread": "Non lu" }, + "group": "Description", + "headerMenuButton": { + "tooltip": "Mes notifications" + }, "markAllAsRead": "Tout marquer comme lu", "pageLink": "Toutes les notifications", "post": "Post",