From 321d1c11d149cb718319ad3f8a192ddea6d41ca4 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 6 Dec 2023 20:03:53 +0100 Subject: [PATCH] [mirotalksfu] - #137 fix typo --- public/js/RoomClient.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 017a8037..e87a396b 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -5438,7 +5438,7 @@ class RoomClient { mediaType.audio, image.unmute, 'Enable Microphone', - 'Allow the presenter enable your microphone?', + 'Allow the presenter to enable your microphone?', ); } break; @@ -5459,7 +5459,7 @@ class RoomClient { mediaType.video, image.unhide, 'Enable Camera', - 'Allow the presenter enable your camera?', + 'Allow the presenter to enable your camera?', ); } break; @@ -5482,7 +5482,7 @@ class RoomClient { mediaType.screen, image.start, 'Start Screen share', - 'Allow the presenter start your screen share?', + 'Allow the presenter to start your screen share?', ); } break;