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