[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -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;
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم