Update RoomOptions.jsx
This commit is contained in:
parent
8afea0ca2f
commit
3b01cb5329
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function RoomOptions({ roomId, afterOptionSelect }) {
|
|||
afterOptionSelect();
|
||||
};
|
||||
const handleLeaveClick = () => {
|
||||
if (confirm('Are you really want to leave this room?')) {
|
||||
if (confirm('Are you sure that you want to leave this room?')) {
|
||||
roomActions.leave(roomId);
|
||||
afterOptionSelect();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue