diff --git a/src/DarkNet/effects/labyrinth.ts b/src/DarkNet/effects/labyrinth.ts index 3beea417b..98fa8ec87 100644 --- a/src/DarkNet/effects/labyrinth.ts +++ b/src/DarkNet/effects/labyrinth.ts @@ -270,7 +270,7 @@ export const handleLabyrinthPassword = ( return { passwordAttempted: attemptedPassword, code: ResponseCodeEnum.Success, - message: "You have discovered the end the labyrinth.", + message: "You have discovered the end of the labyrinth.", data: labServer.password, }; }