diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json
index f922d0b..9dc50eb 100644
--- a/src/assets/translations/en.json
+++ b/src/assets/translations/en.json
@@ -383,7 +383,11 @@
"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"
+ "report_reason": "Reason",
+ "confirm_make_admin": "Do you want to make this user an administrator?",
+ "confirm_make_moderator": "Do you want to make this user a moderator?",
+ "confirm_revoke_moderator": "Do you want to remove moderator rights from this user?",
+ "confirm_ban": "Do you want to kick this user from the room?"
},
"room_info_sheet": {
"this_room": "This room",
diff --git a/src/components/ConfirmationDialog.vue b/src/components/ConfirmationDialog.vue
new file mode 100644
index 0000000..ab275e4
--- /dev/null
+++ b/src/components/ConfirmationDialog.vue
@@ -0,0 +1,37 @@
+
+
{{ sharedRooms.slice(0, 3).join(", ") }}