From 42d28a0eedeff4cb8e21813c4868c9a1d32403c5 Mon Sep 17 00:00:00 2001 From: Ivan Kalashnikov <53004350+Steindvart@users.noreply.github.com> Date: Fri, 11 Feb 2022 00:16:20 +0700 Subject: [PATCH] Revision of the question in quiz (id: 4, quest: 2) (#595) --- 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",