diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 4743a2488..6b7fd906a 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -723,6 +723,9 @@ "unread": "Ungelesen" }, "group": "Beschreibung", + "headerMenuButton": { + "tooltip": "Notifikationen" + }, "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 752e545ab..b5bcef3bb 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -723,6 +723,9 @@ "unread": "Unread" }, "group": "Description", + "headerMenuButton": { + "tooltip": "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..f40e9240e 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -405,6 +405,10 @@ "read": "Lire", "unread": "Non lu" }, + "group": "Description", + "headerMenuButton": { + "tooltip": "Notifications" + }, "markAllAsRead": "Tout marquer comme lu", "pageLink": "Toutes les notifications", "post": "Post",