[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2025-11-26 14:20:02 +01:00
parent dec1f07e98
commit 3ed0eb56ab
+2 -2
View File
@@ -8786,7 +8786,7 @@ function cleanMessages() {
chatMessages = [];
// clean chatGPT context
chatGPTcontext = [];
// show empity messages
// show empty messages
showMsgerEmptyNoticeIfNoMessages();
playSound('delete');
}
@@ -8816,7 +8816,7 @@ function cleanCaptions() {
captions.forEach((caption) => captionChat.removeChild(caption));
// clean object
transcripts = [];
// show empity caption
// show empty caption
showCaptionEmptyNoticeIfNoCaptions();
playSound('delete');
}