[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2025-01-12 18:08:00 +01:00
الأصل 6590a56b5f
التزام 88a59761d5

عرض الملف

@@ -417,7 +417,6 @@ function refreshMainButtonsToolTipPlacement() {
setTippy('whiteboardButton', 'Toggle the whiteboard', placement);
setTippy('documentPiPButton', 'Toggle Document picture in picture', placement);
setTippy('snapshotRoomButton', 'Snapshot screen, window, or tab', placement);
setTippy('settingsButton', 'Toggle the settings', placement);
setTippy('restartICEButton', 'Restart ICE', placement);
setTippy('aboutButton', 'About this project', placement);
@@ -433,6 +432,7 @@ function refreshMainButtonsToolTipPlacement() {
setTippy('raiseHandButton', 'Raise your hand', bPlacement);
setTippy('lowerHandButton', 'Lower your hand', bPlacement);
setTippy('chatButton', 'Toggle the chat', bPlacement);
setTippy('settingsButton', 'Toggle the settings', bPlacement);
setTippy('exitButton', 'Leave room', bPlacement);
}
}