File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class LocaleZhCN
64
64
'max ' => '{attr} maximum boundary is {value0} ' ,
65
65
'lt ' => '{attr} value must be less than {value0} ' ,
66
66
'lte ' => '{attr} value must be less than or equals to {value0} ' ,
67
- 'gt ' => '{attr} value must be greater than or equals to {value0} ' ,
67
+ 'gt ' => '{attr} value must be greater than {value0} ' ,
68
68
'gte ' => '{attr} value must be greater than or equals to {value0} ' ,
69
69
70
70
// field compare
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ final class GlobalMessage
61
61
'max ' => '{attr} maximum boundary is {value0} ' ,
62
62
'lt ' => '{attr} value must be less than {value0} ' ,
63
63
'lte ' => '{attr} value must be less than or equals to {value0} ' ,
64
- 'gt ' => '{attr} value must be greater than or equals to {value0} ' ,
64
+ 'gt ' => '{attr} value must be greater than {value0} ' ,
65
65
'gte ' => '{attr} value must be greater than or equals to {value0} ' ,
66
66
67
67
// field compare
You can’t perform that action at this time.
0 commit comments