[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-12-18 22:02:44 +01:00
الأصل 8ce043e59b
التزام f17dcd1605

عرض الملف

@@ -5646,7 +5646,7 @@ class RoomClient {
imageUrl = image.mute; imageUrl = image.mute;
title = 'Mute ' + who; title = 'Mute ' + who;
text = text =
"Once muted, you won't be able to unmute them, but they can unmute themselves at any time."; 'Once muted, Only the presenter will be able to unmute them, but they can unmute themselves at any time.';
break; break;
case 'unmute': case 'unmute':
imageUrl = image.unmute; imageUrl = image.unmute;
@@ -5657,7 +5657,7 @@ class RoomClient {
title = 'Hide ' + who; title = 'Hide ' + who;
imageUrl = image.hide; imageUrl = image.hide;
text = text =
"Once hided, you won't be able to unhide them, but they can unhide themselves at any time."; 'Once hidden, Only the presenter will be able to unhide them, but they can unhide themselves at any time.';
break; break;
case 'unhide': case 'unhide':
title = 'Unhide ' + who; title = 'Unhide ' + who;
@@ -5667,7 +5667,8 @@ class RoomClient {
case 'stop': case 'stop':
imageUrl = image.stop; imageUrl = image.stop;
title = 'Stop screen share to the ' + who; title = 'Stop screen share to the ' + who;
text = "Once stop, you won't be able to start them, but they can start themselves at any time."; text =
'Once stop, Only the presenter will be able to start them, but they can start themselves at any time.';
break; break;
case 'start': case 'start':
imageUrl = image.start; imageUrl = image.start;