From c1af486de43a02e0e6c54867a243733e099b6c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 8 Apr 2020 16:30:08 +0200 Subject: [PATCH] Fix locales --- webapp/locales/de.json | 10 +++++----- webapp/locales/en.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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" },