Skip to content

Commit

Permalink
feat: change actual_sensitive content
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Nov 17, 2023
1 parent dbeaf15 commit 4e0d9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/floor.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (floor *Floor) SetDefaults() {
if floor.IsActualSensitive == nil {
alterContent = "该内容被猫猫吃掉了"
} else if *floor.IsActualSensitive == true {
alterContent = "该内容因违规被删除"
alterContent = "该内容因违反社区公约被删除"
} else {
alterContent = ""
}
Expand Down

0 comments on commit 4e0d9a5

Please sign in to comment.