From 9043c894b22e52711d98d05027fa9002669a7bb8 Mon Sep 17 00:00:00 2001 From: Ivan Kalashnikov Date: Wed, 9 Feb 2022 12:06:45 +0700 Subject: [PATCH] Revision of the question in quiz (id: 4, quest: 2) --- 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 5ad362d5..e049bb6f 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -189,7 +189,7 @@ ] }, { - "questionText": "How would you get all the commits from a remote branch?", + "questionText": "How would you get and integrate all the commits from a remote branch?", "answerOptions": [ { "answerText": "git fetch",