diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 6dc8b2b78..d70783f4c 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -446,13 +446,16 @@ "reports": { "empty": "Glückwunsch, es gibt nichts zu moderieren.", "name": "Meldungen", + "type": "Typ", + "content": "Inhalt", + "author": "Autor", + "decision": "Entscheidung", + "noDecision": "Keine Entscheidung!", + "disabledBy": "Deaktiviert von", "reasonCategory": "Kategorie", "reasonDescription": "Beschreibung", "createdAt": "Datum", - "submitter": "Gemeldet von", - "disabledBy": "Deaktiviert von", - "decision": "Entscheidung", - "noDecision": "Keine Entscheidung!" + "submitter": "Gemeldet von" } }, "disable": { diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 816815142..31d2c2a20 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -447,13 +447,16 @@ "reports": { "empty": "Congratulations, nothing to moderate.", "name": "Reports", + "type": "Type", + "content": "Content", + "author": "Author", + "decision": "Decision", + "noDecision": "No decision!", + "disabledBy": "Disabled by", "reasonCategory": "Category", "reasonDescription": "Description", "createdAt": "Date", - "submitter": "Reported by", - "disabledBy": "Disabled by", - "decision": "Decision", - "noDecision": "No decision!" + "submitter": "Reported by" } }, "disable": { diff --git a/webapp/pages/moderation/index.vue b/webapp/pages/moderation/index.vue index 1d485cc2c..19da03099 100644 --- a/webapp/pages/moderation/index.vue +++ b/webapp/pages/moderation/index.vue @@ -9,11 +9,27 @@ >