]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6915
authorsoufiane <soufiane@cubedesigners.com>
Thu, 23 May 2024 14:38:32 +0000 (16:38 +0200)
committersoufiane <soufiane@cubedesigners.com>
Thu, 23 May 2024 14:38:32 +0000 (16:38 +0200)
js/quiz.screen.outro.js

index 80f44f0990e8872a88b052c32ed2aef0f60cdf38..5e69f15cf045d8c3aaf7de82202c906ac5f2e3aa 100644 (file)
@@ -112,7 +112,7 @@ QuizScreenOutro.prototype = {
         let maxScore = this.quiz.score.maxScore, score = this.quiz.score.score
         let nok = {
             title: this.quiz.l10n.__("Ooops!"),
-            text: this.quiz.l10n.__("Unfortunately, you did not get enough correct answers (:score out of :maxScore).", {
+            text: this.quiz.l10n.__("Unfortunately, you did not get enough correct answers (:score out of :maxScore)", {
                 'score': score,
                 'maxScore': maxScore
             }) + " " + this.quiz.l10n.__("Please go back and review the content before retaking the quiz."),