Skip to content

Commit

Permalink
[mirotalk] - #233 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jun 14, 2024
1 parent 2cbbdf4 commit 269db54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ function refreshMainButtonsToolTipPlacement() {
if (isMobileDevice) return;
// main buttons
placement = btnsBarSelect.options[btnsBarSelect.selectedIndex].value == 'vertical' ? 'right' : 'top';
setTippy(shareRoomBtn, 'Invite others to join', placement);
setTippy(shareRoomBtn, 'Share the Room', placement);
setTippy(hideMeBtn, 'Toggle hide myself from the room view', placement);
setTippy(audioBtn, useAudio ? 'Stop the audio' : 'My audio is disabled', placement);
setTippy(videoBtn, useVideo ? 'Stop the video' : 'My video is disabled', placement);
Expand Down Expand Up @@ -4600,7 +4600,7 @@ function setRoomEmojiButton() {
setColor(roomEmojiPickerBtn, 'black');
} else {
emojiPickerContainer.style.display = 'block';
setColor(roomEmojiPickerBtn, 'green');
setColor(roomEmojiPickerBtn, 'yellow');
}
}
}
Expand Down

0 comments on commit 269db54

Please sign in to comment.