From 27f9435a6a47351825d3fdab16ca62b195ff28f7 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sun, 8 Sep 2024 21:13:06 +0200 Subject: [PATCH] fix: typo --- MyMcRealms/Controllers/InvitesController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyMcRealms/Controllers/InvitesController.cs b/MyMcRealms/Controllers/InvitesController.cs index 89bad12..b295d83 100644 --- a/MyMcRealms/Controllers/InvitesController.cs +++ b/MyMcRealms/Controllers/InvitesController.cs @@ -155,7 +155,7 @@ namespace MyMcRealms.Controllers ErrorResponse errorResponse = new() { ErrorCode = 400, - ErrorMsg = "You with lmao" + ErrorMsg = "You wish lmao" }; return BadRequest(errorResponse);