Update SpaceSettings.jsx
This commit is contained in:
parent
7c72679806
commit
7dd2546b0f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ function GeneralSettings({ roomId }) {
|
||||||
<MenuItem
|
<MenuItem
|
||||||
variant="danger"
|
variant="danger"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (confirm('Are you really want to leave this space?')) {
|
if (confirm('Are you sure that you want to leave this space?')) {
|
||||||
leave(roomId);
|
leave(roomId);
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue