From b16de76420be5b6182908621215beb0778ae4922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teresa=20Gonz=C3=A1lez?= <144899619+uo288347@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:22:36 +0200 Subject: [PATCH] Hotfix --- webapp/src/localize/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/src/localize/en.json b/webapp/src/localize/en.json index b284535..e6c4c9e 100644 --- a/webapp/src/localize/en.json +++ b/webapp/src/localize/en.json @@ -32,11 +32,11 @@ "Games": { "Wise Men Stack": { "name": "Wise Men Stack", - "desc": "The player chooses a topic from five available options and must answer a battery of questions related to it within 60 seconds. For each question, the host provides two options. If the contestant guesses correctly, they win €20; otherwise, they move on to the next question (as the correct answer would be the other option). If the time runs out before the question is fully asked and both possible answers are provided, the contestant may still answer it; however, if the statement hasn't been completed (or the options weren't provided), they cannot answer." + "desc": "The player chooses a topic from some available options and must answer a battery of questions related to it within 60 seconds. For each question, the host provides two options. If the contestant guesses correctly, they win 20 points; otherwise, they move on to the next question (as the correct answer would be the other option). If the time runs out before the question is fully asked and both possible answers are provided, the contestant may still answer it; however, if the statement hasn't been completed (or the options weren't provided), they cannot answer." }, "Warm Question": { "name": "Warm Question", - "desc": "It consists of ten topics of varied themes. For each correct answer, €100 is earned, and €10 are lost if the contestant passes, does not respond, or answers incorrectly." + "desc": "It consists of topics of varied themes. For each correct answer, 100 points are earned, and 10 points are lost if the contestant passes, does not respond, or answers incorrectly." }, "Discovering Cities": { "name": "Discovering Cities", @@ -48,7 +48,7 @@ }, "Multiplayer": { "name": "Multiplayer", - "desc": "Create a room for other player to join and play 1vs1" + "desc": "Create a room for other players to join and play together. Also, a chat is available." } }, @@ -190,4 +190,4 @@ "incorrect_answers": "INCORRECT ANSWERS", "total_games": "GAMES PLAYED" } -} \ No newline at end of file +}