diff --git a/src/translations/tts_cz.cpp b/src/translations/tts_cz.cpp index 075227dd9..9839898f1 100644 --- a/src/translations/tts_cz.cpp +++ b/src/translations/tts_cz.cpp @@ -230,7 +230,7 @@ void playDuration(int16_t seconds) if (seconds > 0) { if (seconds == 1) { - pushPrompt(PROMPT_ZERO+tmp); + pushPrompt(PROMPT_ZERO+seconds); pushPrompt(PROMPT_SEKUNDA); } else if (seconds >= 2 && seconds < 5) {