0

Fix incorrect error message

This commit is contained in:
Gabe Kangas 2021-06-21 20:16:57 -07:00
parent 6f11351840
commit 010bdeaffd

View File

@ -582,7 +582,7 @@ func SetCustomStyles(w http.ResponseWriter, r *http.Request) {
func SetUsernameBlocklist(w http.ResponseWriter, r *http.Request) {
usernames, success := getValueFromRequest(w, r)
if !success {
controllers.WriteSimpleResponse(w, false, "unable to update custom styles")
controllers.WriteSimpleResponse(w, false, "unable to update chat username blocklist")
return
}