mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
parent
96119efa41
commit
4c64fa26ac
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue