From c3b9c5529e1be31301c91196b450071438fd42db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Panenko?= Date: Mon, 4 Nov 2024 21:16:17 +0000 Subject: [PATCH] Update Script_Speech_recognition/videoplayer.js --- Script_Speech_recognition/videoplayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script_Speech_recognition/videoplayer.js b/Script_Speech_recognition/videoplayer.js index e983cc0..d1bb7e7 100644 --- a/Script_Speech_recognition/videoplayer.js +++ b/Script_Speech_recognition/videoplayer.js @@ -55,7 +55,7 @@ function playVideoAtIndex(index) { // Update the title with the current letter or word const currentChar = videoSequence[index].split('/').pop().split('.')[0]; // Extract letter from the video path - document.getElementById('currentLetter').innerText = `${currentChar.toUpperCase()}`; // Update text + document.getElementById('currentLetter').innerText = `Po písmenách ${currentChar.toUpperCase()}`; // Update text if (autoPlayEnabled) { videoPlayer.onended = () => {