From 045c2428cb0cb5c3da1898c739999ac5f3e62b6e Mon Sep 17 00:00:00 2001 From: Mawoka Date: Thu, 27 Apr 2023 19:09:38 +0200 Subject: [PATCH] :bug: Fixed wrong translation string --- frontend/src/lib/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index 3f70d66..1fe9cef 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -339,7 +339,7 @@ "view_on_kahoot": "View on Kahoot!" }, "start_game": { - "captcha_message": "If enabled, Google's ReCaptcha will load in the browser of players. Only enable if you really need it, since you need the consent of EVERY player to loadthe captcha.", + "captcha_message": "If enabled, Google's ReCaptcha will load in the browser of players. Only enable if you really need it, since you need the consent of EVERY player to load the captcha.", "normal_mode_description": "Question and answer will only be shown on admins screen, like Kahoot!. The players will only have colored buttons with symbols matching these on the screen of the admin.", "old_school_mode": "Old-School", "old_school_mode_description": "Questions and images will be shown on both admins screen and on the screen of the players",