diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 6540aaab1..510160131 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -445,6 +445,11 @@ "comment": "Kommentar", "content": "Inhalt", "empty": "Bedaure, du hast momentan keinerlei Benachrichtigungen.", + "filedReport": { + "category": "Kategorie der Meldung", + "description": "Beschreibung", + "name": "Gesendete Meldung" + }, "filterLabel": { "all": "Alle", "read": "Gelesen", @@ -462,11 +467,6 @@ "mentioned_in_comment": "Hat dich in einem Kommentar erwähnt …", "mentioned_in_post": "Hat dich in einem Beitrag erwähnt …" }, - "filedReport": { - "category": "Kategorie der Meldung", - "description": "Beschreibung", - "name": "Gesendete Meldung" - }, "title": "Benachrichtigungen", "user": "Benutzer" }, diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 75d5416a6..d0d83520e 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -445,6 +445,11 @@ "comment": "Comment", "content": "Content", "empty": "Sorry, you don't have any notifications at the moment.", + "filedReport": { + "category": "Report category", + "description": "Description", + "name": "Filed report" + }, "filterLabel": { "all": "All", "read": "Read", @@ -462,11 +467,6 @@ "mentioned_in_comment": "Mentioned you in a comment …", "mentioned_in_post": "Mentioned you in a post …" }, - "filedReport": { - "category": "Report category", - "description": "Description", - "name": "Filed report" - }, "title": "Notifications", "user": "User" },