From e10b9fde74f70ed3c7e9d764ccad1a1a7e576213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 8 Mar 2019 01:26:57 +0100 Subject: [PATCH] Fix translations, lint and some tests --- components/ReportModal.vue | 7 ++++++- cypress/integration/common/report.js | 2 +- graphql/ModerationListQuery.js | 4 ++-- locales/de.json | 2 +- locales/en.json | 2 +- pages/moderation/index.vue | 30 ++++++++++++++-------------- 6 files changed, 26 insertions(+), 21 deletions(-) diff --git a/components/ReportModal.vue b/components/ReportModal.vue index 13093eeec..6e5af56f5 100644 --- a/components/ReportModal.vue +++ b/components/ReportModal.vue @@ -19,7 +19,7 @@ -

+

@@ -101,7 +101,7 @@ export default { return { type: ' ', name: ' ', - reporter: this.$t('moderation.reports.reporter') + submitter: this.$t('moderation.reports.submitter') // actions: ' ' } }