From aa451dbac90563272a03a1edcb5aa298d57b7417 Mon Sep 17 00:00:00 2001 From: Clarence Date: Thu, 17 Apr 2025 15:31:48 +0100 Subject: [PATCH] fix(client): update finish quiz modal (#59788) --- client/i18n/locales/english/translations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index 82de6a4c3f9..d73bfaa6c9a 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -544,7 +544,7 @@ "unanswered-questions": "The following questions are unanswered: {{ unansweredQuestions }}. You must answer all questions.", "have-n-correct-questions": "You have {{ correctAnswerCount }} out of {{ total }} questions correct.", "finish-modal-header": "Finish Quiz", - "finish-modal-body": "Are you sure you want to finish the quiz? You will not be able to change any answers.", + "finish-modal-body": "Are you sure you want to finish the quiz?", "finish-modal-yes": "Yes, I am finished", "finish-modal-no": "No, I would like to continue the quiz", "exit-modal-header": "Exit Quiz",