File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class LocaleZhCN
6464 'max ' => '{attr} maximum boundary is {value0} ' ,
6565 'lt ' => '{attr} value must be less than {value0} ' ,
6666 '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} ' ,
6868 'gte ' => '{attr} value must be greater than or equals to {value0} ' ,
6969
7070 // field compare
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ final class GlobalMessage
6161 'max ' => '{attr} maximum boundary is {value0} ' ,
6262 'lt ' => '{attr} value must be less than {value0} ' ,
6363 '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} ' ,
6565 'gte ' => '{attr} value must be greater than or equals to {value0} ' ,
6666
6767 // field compare
You can’t perform that action at this time.
0 commit comments