From 4c64fa26ace2faf2fc33d457f612d99c6cbcd128 Mon Sep 17 00:00:00 2001 From: G2G2G2G <50514477+G2G2G2G@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:55:25 -0500 Subject: [PATCH] fixing grammar (#3801) I guess California no speak english --- core/chat/events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chat/events.go b/core/chat/events.go index 6dc3fffd4..38d06e77d 100644 --- a/core/chat/events.go +++ b/core/chat/events.go @@ -53,7 +53,7 @@ func (s *Server) userNameChanged(eventData chatClientEvent) { log.Errorln("error checking if name is available", err) return } else if !available { - message := fmt.Sprintf("The name **%s** has been already registered. If this is your name, please authenticate.", proposedUsername) + message := fmt.Sprintf("The name **%s** has already been registered. If this is your name, please authenticate.", proposedUsername) s.sendActionToClient(eventData.client, message) // Resend the client's user so their username is in sync.