From 92e29f855810021944751a8aea9f72335ef8dd29 Mon Sep 17 00:00:00 2001 From: Marcin Kleczewski Date: Fri, 1 Jul 2022 19:42:30 +0200 Subject: [PATCH] Update en.json That answer should not be true unless there exists such a tool (I couldn't find it anywhere) --- quiz-app/src/assets/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index 539332e7..392f3bb0 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -241,7 +241,7 @@ }, { "answerText": "Cleanhouse", - "isCorrect": "true" + "isCorrect": "false" } ] },