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 = () => {