From 6f10a48d39c0652c6e53ecc65d879685e0c6d284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 4 Nov 2020 16:37:15 +0100 Subject: [PATCH] Typo fix --- front/src/Phaser/Game/GameScene.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/Phaser/Game/GameScene.ts b/front/src/Phaser/Game/GameScene.ts index 80648dd2..b894c432 100644 --- a/front/src/Phaser/Game/GameScene.ts +++ b/front/src/Phaser/Game/GameScene.ts @@ -631,7 +631,7 @@ export class GameScene extends ResizableScene implements CenterListener { this.scene.stop(this.scene.key); this.scene.start(waitGameSceneKey, { status: status, - text : 'Oups! Work Adventure is too popular, ' + + text : 'Oops! WorkAdventure is too popular, ' + '\n' + '\n' + 'the maximum number of players has been reached!' +