diff --git a/locales/de.json b/locales/de.json
index 7e8d3e501..f4ee3577b 100644
--- a/locales/de.json
+++ b/locales/de.json
@@ -102,14 +102,17 @@
"cancel": "Abbrechen",
"user": {
"title": "Nutzer melden",
+ "type": "Nutzer",
"message": "Bist du sicher, dass du den Nutzer \"{name}\" melden möchtest?"
},
"contribution": {
"title": "Beitrag melden",
+ "type": "Beitrag",
"message": "Bist du sicher, dass du den Beitrag \"{name}\" melden möchtest?"
},
"comment": {
"title": "Kommentar melden",
+ "type": "Kommentar",
"message": "Bist du sicher, dass du den Kommentar von \"{name}\" melden möchtest?"
}
},
diff --git a/locales/en.json b/locales/en.json
index dd1793b12..e51d9ab26 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -102,14 +102,17 @@
"cancel": "Cancel",
"user": {
"title": "Report User",
+ "type": "User",
"message": "Do you really want to report the user \"{name}\"?"
},
"contribution": {
"title": "Report Contribution",
+ "type": "Contribution",
"message": "Do you really want to report the contribution \"{name}\"?"
},
"comment": {
"title": "Report Comment",
+ "type": "Comment",
"message": "Do you really want to report the comment from \"{name}\"?"
}
},