Daniel 2025-08-25 16:12:23 +08:00
parent 86018c5f49
commit 662aaa6458
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3056,8 +3056,8 @@ func addAttributeViewBlock(now int64, avID, dbBlockID, groupID, previousItemID,
err = av.SaveAttributeView(attrView) err = av.SaveAttributeView(attrView)
} }
msg := fmt.Sprintf(Conf.language(269), attrView.Name) msg := fmt.Sprintf(Conf.language(269), getAttrViewName(attrView))
context["message"] = msg util.PushMsg(msg, 5000)
return return
} }
} }