From b4ee552f4cd28a5ebc6f8702162e470f4a2a2631 Mon Sep 17 00:00:00 2001 From: booleans-oss Date: Thu, 10 Mar 2022 00:15:43 +0400 Subject: [PATCH] checkout to switch (quizz) --- quiz-app/src/assets/translations/el.json | 4 ++-- quiz-app/src/assets/translations/ja.json | 4 ++-- quiz-app/src/assets/translations/ta.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/quiz-app/src/assets/translations/el.json b/quiz-app/src/assets/translations/el.json index 5e3ea375..2fd684d3 100644 --- a/quiz-app/src/assets/translations/el.json +++ b/quiz-app/src/assets/translations/el.json @@ -209,11 +209,11 @@ "questionText": "Πώς μεταβαίνετε σε έναν κλάδο;", "answerOptions": [ { - "answerText": "git switch [όνομα-κλαδου]", + "answerText": "git checkout [όνομα-κλαδου]", "isCorrect": "false" }, { - "answerText": "git checkout [όνομα-κλαδου]", + "answerText": "git switch [όνομα-κλαδου]", "isCorrect": "true" }, { diff --git a/quiz-app/src/assets/translations/ja.json b/quiz-app/src/assets/translations/ja.json index 6762ebaa..b5504bce 100644 --- a/quiz-app/src/assets/translations/ja.json +++ b/quiz-app/src/assets/translations/ja.json @@ -209,11 +209,11 @@ "questionText": "ブランチを切り替えるにはどうしたらいいですか?", "answerOptions": [ { - "answerText": "git switch [ブランチ名]", + "answerText": "git checkout [ブランチ名]", "isCorrect": "false" }, { - "answerText": "git checkout [ブランチ名]", + "answerText": "git switch [ブランチ名]", "isCorrect": "true" }, { diff --git a/quiz-app/src/assets/translations/ta.json b/quiz-app/src/assets/translations/ta.json index 5a50d712..f0e24e7b 100644 --- a/quiz-app/src/assets/translations/ta.json +++ b/quiz-app/src/assets/translations/ta.json @@ -209,11 +209,11 @@ "questionText": "நீங்கள் ஒரு கிளைக்கு எப்படி மாறுகிறீர்கள்?", "answerOptions": [ { - "answerText": "git switch [branch-name]", + "answerText": "git checkout [branch-name]", "isCorrect": "false" }, { - "answerText": "git checkout [branch-name]", + "answerText": "git switch [branch-name]", "isCorrect": "true" }, {