diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index b882532..e54a799 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -146,9 +146,9 @@ "leave": "Leave" }, "purge_room": { - "title": "Purge room?", - "info": "This operation will close the room for all members. It cannot be undone.", - "button": "Purge room" + "title": "Delete room?", + "info": "This will close the room for all members. It cannot be undone.", + "button": "Delete room" }, "room_info": { "title": "Room Details", diff --git a/src/components/PurgeRoomDialog.vue b/src/components/PurgeRoomDialog.vue index f76a766..e6b65d2 100644 --- a/src/components/PurgeRoomDialog.vue +++ b/src/components/PurgeRoomDialog.vue @@ -2,7 +2,6 @@