diff --git a/public/js/script.js b/public/js/script.js index 52a1e972d..7cbdfa9f7 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -1834,7 +1834,11 @@ function showResult(difficultyFailed = false) { } else if (config.mode == "words") { testType += " " + config.words; } - if (config.mode != "custom") { + if ( + config.mode != "custom" && + activeFunBox !== "gibberish" && + activeFunBox !== "58008" + ) { testType += "
" + config.language.replace(/_/g, " "); } if (config.punctuation) {