fix(client): update finish quiz modal (#59788)

This commit is contained in:
Clarence 2025-04-17 15:31:48 +01:00 committed by GitHub
parent cccbd79741
commit aa451dbac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",