diff --git a/webapp/locales/de.json b/webapp/locales/de.json index e3cd54aa3..febb8898c 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -692,8 +692,8 @@ }, "group": "Beschreibung", "headerMenuButton": { - "tooltip": "Meine Benachrichtigungen", - "chat": "Meine Chat" + "chat": "Meine Chat", + "tooltip": "Meine Benachrichtigungen" }, "markAllAsRead": "Markiere alle als gelesen", "pageLink": "Alle Benachrichtigungen", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 26564850f..c0fb5c2f6 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -692,8 +692,8 @@ }, "group": "Description", "headerMenuButton": { - "tooltip": "My notifications", - "chat": "My Chat" + "chat": "My Chat", + "tooltip": "My notifications" }, "markAllAsRead": "Mark all as read", "pageLink": "All notifications",