fix: page names
This commit is contained in:
@@ -115,7 +115,7 @@ func renderLoginPage(w http.ResponseWriter, roomName string, isRoomExisting bool
|
||||
|
||||
title := "Some Automoderation: Join room or create one"
|
||||
if roomName != "" {
|
||||
title = fmt.Sprintf("Some Automoderation: create or join '%s' room", roomName)
|
||||
title = fmt.Sprintf("Some Automoderation: join room '%s'", roomName)
|
||||
}
|
||||
data := pageData{
|
||||
Base: baseData{
|
||||
|
||||
Reference in New Issue
Block a user