Skip to content

Corrected grammar in the messages for the equal_or_greater() and equal_or_less() validation rules.

Robert Sinton requested to merge patch/validation_rule_grammar into master

What I did

  • Corrected grammar in the messages for the equal_or_greater() and equal_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"

Merge request reports