diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 90902ee20..7460e82a2 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -451,9 +451,10 @@ "reports": { "empty": "Glückwunsch, es gibt nichts zu moderieren.", "name": "Meldungen", - "type": "Typ", - "content": "Inhalt", - "author": "Autor", + "typeRowHeadline": "Typ", + "contentRowHeadline": "Inhalt", + "authorRowHeadline": "Autor", + "decisionRowHeadline": "Decision", "decided": "Entschieden", "noDecision": "Keine Entscheidung!", "enabledBy": "Aktiviert von", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 3bc2ed7d4..638bbba46 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -452,9 +452,10 @@ "reports": { "empty": "Congratulations, nothing to moderate.", "name": "Reports", - "type": "Type", - "content": "Content", - "author": "Author", + "typeRowHeadline": "Type", + "contentRowHeadline": "Content", + "authorRowHeadline": "Author", + "decisionRowHeadline": "Decision", "decided": "Decided", "noDecision": "No decision!", "enabledBy": "Enabled by", diff --git a/webapp/pages/moderation/index.vue b/webapp/pages/moderation/index.vue index e9fbaae49..442c5133a 100644 --- a/webapp/pages/moderation/index.vue +++ b/webapp/pages/moderation/index.vue @@ -9,19 +9,27 @@ >