[mirotalksfu] - fix typo - update dep

هذا الالتزام موجود في:
Miroslav Pejic
2023-08-05 13:18:11 +02:00
الأصل 44b68aa67a
التزام 17c493f5d9
2 ملفات معدلة مع 7 إضافات و7 حذوفات

عرض الملف

@@ -182,7 +182,7 @@ function initClient() {
setTippy('chatCleanTextButton', 'Clean', 'top');
setTippy('chatPasteButton', 'Paste', 'top');
setTippy('chatSendButton', 'Send', 'top');
setTippy('showChatOnMsg', "Toggle show me when I'm receive a new message", 'top');
setTippy('showChatOnMsg', 'Show chat on new message comes', 'top');
setTippy('chatSpeechStartButton', 'Start speech recognition', 'top');
setTippy('chatSpeechStopButton', 'Stop speech recognition', 'top');
setTippy('chatEmojiButton', 'Emoji', 'top');
@@ -1377,9 +1377,9 @@ function handleSelects() {
sound('switch');
rc.showChatOnMessage = e.currentTarget.checked;
if (rc.showChatOnMessage) {
userLog('info', "Chat will be shown, when I'm receive a new message", 'top-end');
userLog('info', 'Chat will be shown, when you receive a message', 'top-end');
} else {
userLog('info', "Chat not will be shown, when I'm receive a new message", 'top-end');
userLog('info', 'Chat not will be shown, when you receive a message', 'top-end');
}
};
// whiteboard options