From c616ba3b4613855f25816017d1fa53bc2a73c208 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Thu, 7 May 2026 05:05:50 +0700 Subject: [PATCH] DARKNET: Fix typo in authentication response message (#2734) --- src/DarkNet/effects/labyrinth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; }