diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json
index 55dc05b..9adf65f 100644
--- a/src/assets/translations/en.json
+++ b/src/assets/translations/en.json
@@ -366,7 +366,10 @@
"shared_room_number_more": "You share more than {count} rooms with {name}",
"message_history": "Message History",
"message_history_info": "Allow people to see messages sent before they joined",
- "message_history_warning": "warning: Full message history will be visible to new participants"
+ "message_history_warning": "warning: Full message history will be visible to new participants",
+ "report": "Report",
+ "report_info": "Report this room to service administrators for illegal, abusive or otherwise harmful content",
+ "report_reason": "Reason"
},
"room_info_sheet": {
"this_room": "This room",
diff --git a/src/components/ReportRoomDialog.vue b/src/components/ReportRoomDialog.vue
new file mode 100644
index 0000000..6cadfd5
--- /dev/null
+++ b/src/components/ReportRoomDialog.vue
@@ -0,0 +1,94 @@
+
+
+