Update SpaceSettings.jsx

This commit is contained in:
Krishan 2022-04-17 10:28:46 +05:30 committed by GitHub
parent 7c72679806
commit 7dd2546b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ function GeneralSettings({ roomId }) {
<MenuItem
variant="danger"
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);
}
}}