Corrected grammar in the messages for the equal_or_greater() and equal_or_less() validation rules.
What I did
- Corrected grammar in the messages for the
equal_or_greater()
andequal_or_less()
validation rules.
Implications
None
Setup
None
How to test
- Code review
- Check the validation messages resulting from breaking these rules.
- e.g. was: "Number of repayments must be equal or greater to 3"
- e.g. now: "Number of repayments must be equal to or greater than 3"