diff --git a/webapp/locales/de.json b/webapp/locales/de.json index e54fcfcb0..1277b5737 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -431,6 +431,7 @@ "name": "Meldungen", "reasonCategory": "Kategorie", "reasonDescription": "Beschreibung", + "createdAt": "Datum", "submitter": "Gemeldet von", "disabledBy": "Deaktiviert von" } diff --git a/webapp/locales/en.json b/webapp/locales/en.json index aa59a3732..7d08aa638 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -432,6 +432,7 @@ "name": "Reports", "reasonCategory": "Category", "reasonDescription": "Description", + "createdAt": "Date", "submitter": "Reported by", "disabledBy": "Disabled by" } diff --git a/webapp/pages/moderation/index.vue b/webapp/pages/moderation/index.vue index 1f05c93ab..535b2613c 100644 --- a/webapp/pages/moderation/index.vue +++ b/webapp/pages/moderation/index.vue @@ -1,7 +1,7 @@