[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2025-11-27 02:31:26 +01:00
parent 854b69c984
commit bda42b485c
+4 -4
View File
@@ -12270,10 +12270,10 @@ function kickOut(peer_id) {
Swal.fire({
background: swBg,
position: 'center',
imageUrl: images.confirmation,
title: 'Kick out ' + pName,
text: 'Are you sure you want to kick out this participant?',
position: 'top',
// imageUrl: images.leave,
title: 'Kick out',
text: `Are you sure you want to kick out ${pName}?`,
showDenyButton: true,
confirmButtonText: `Yes`,
denyButtonText: `No`,