From 4b9667864d722c8144774bc0ac604a20d1244514 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 17 Aug 2022 08:04:51 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/js/Room.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/Room.js b/public/js/Room.js index b3c04c75..af9c605d 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -1754,7 +1754,7 @@ function setParticipantsTippy(peers) { setTippy('hideAllButton', 'Hide all participants', 'top'); setTippy('sendAllButton', 'Share file to all', 'top'); setTippy('sendMessageToAll', 'Send message to all', 'top'); - setTippy('sendVideoAll', 'Share video mp4 or YouTube to all', 'top'); + setTippy('sendVideoToAll', 'Share video to all', 'top'); setTippy('ejectAllButton', 'Eject all participants', 'top'); // for (let peer of Array.from(peers.keys())) {