From ba369d82fea17cfc91883b7947db30b10df84f5a 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 a195d1674..5e374e346 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: ' ' } }