From a8aafbd33d19df4188dd5bb7632171a8005da017 Mon Sep 17 00:00:00 2001 From: po1inakoroleva Date: Mon, 22 Jan 2024 14:47:45 +0700 Subject: [PATCH] [#1722] fix bug --- .../assets/js/widgets/pages/lobby/CreateGameDialog.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/app/apps/codebattle/assets/js/widgets/pages/lobby/CreateGameDialog.jsx b/services/app/apps/codebattle/assets/js/widgets/pages/lobby/CreateGameDialog.jsx index e55a6b36e..69fec409f 100644 --- a/services/app/apps/codebattle/assets/js/widgets/pages/lobby/CreateGameDialog.jsx +++ b/services/app/apps/codebattle/assets/js/widgets/pages/lobby/CreateGameDialog.jsx @@ -20,7 +20,7 @@ import TaskChoice from './TaskChoice'; const TIMEOUT = 480; const gameLevels = Object.keys(levelRatio); const gameTypeNames = { - other_user: i18n.t('With other users'), + other_user: i18n.t('With other user'), invite: i18n.t('With a friend'), bot: i18n.t('With a bot'), };