zendframework / zend-validator

Validator component from Zend Framework
BSD 3-Clause "New" or "Revised" License
181 stars 136 forks source link

Fix - wrong `messageTemplate` in `GreaterThan` validator #140

Closed darioriverat closed 7 years ago

darioriverat commented 7 years ago

messageTemplate would be

"The input is not greater or equal than '%min%'"

instead of

"The input is not greater than or equal to '%min%'"

accordingly to ES translation and others

Xerkus commented 7 years ago

The input is not greater than or equal to '%min%' would be the correct one. This issue should be opened on i18n resources repository instead