bug fixed
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -67,7 +67,7 @@ func (r Required) IsSatisfied(obj interface{}) bool { | ... | @@ -67,7 +67,7 @@ func (r Required) IsSatisfied(obj interface{}) bool { |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | func (r Required) DefaultMessage() string { | 69 | func (r Required) DefaultMessage() string { |
| 70 | return "Required" | 70 | return fmt.Sprint(MessageTmpls["Required"]) |
| 71 | } | 71 | } |
| 72 | 72 | ||
| 73 | func (r Required) GetKey() string { | 73 | func (r Required) GetKey() string { | ... | ... |
-
Please register or sign in to post a comment