Merge pull request #165 from dillfrescott/dillfrescott-patch-1

[mirotalk] fix typo
This commit is contained in:
Miroslav Pejic
2023-06-24 08:27:51 +02:00
committed by GitHub
+1 -1
View File
@@ -677,7 +677,7 @@ function setButtonsToolTip() {
setTippy(msgerShareFileBtn, 'Share file', 'top');
setTippy(msgerCleanTextBtn, 'Clean', 'top');
setTippy(msgerPasteBtn, 'Paste', 'top');
setTippy(msgerShowChatOnMsg, "Show me when I'm receive a new message", 'top');
setTippy(msgerShowChatOnMsg, "Show me when I receive a new message", 'top');
setTippy(msgerSendBtn, 'Send', 'top');
// chat participants buttons
setTippy(msgerCPCloseBtn, 'Close', 'left');