From 1c8385120cb03b58b2e8a001d6aa92e0b15a66c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 11 Oct 2019 16:36:37 +0200 Subject: [PATCH] Add date-time to the moderators report list --- webapp/locales/de.json | 1 + webapp/locales/en.json | 1 + webapp/pages/moderation/index.vue | 17 ++++++++++++++--- 3 files changed, 16 insertions(+), 3 deletions(-) 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 @@