Skip to content

Commit

Permalink
chore: changed invalid email expected message
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed May 26, 2024
1 parent 35f8aaa commit 336556f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public enum SimulationErrorsData {
ERRORS_AMOUNT_LESS("errors.amount", "Amount must be equal or less than than $ 40.000"),
ERRORS_INSTALLMENTS_GREATER("errors.installments", "Installments must be equal or greater than 2"),
ERRORS_INSTALLMENTS_LESS("errors.installments", "Installments must be equal or less than 48"),
ERRORS_EMAIL("errors.email", "E-mail must be valid"),
ERRORS_EMAIL("errors.email", "must be a well-formed email address"),
ERRORS_CPF("errors.cpf", "CPF cannot be empty"),
ERRORS_NAME("errors.name", "Name cannot be empty");

Expand Down

0 comments on commit 336556f

Please sign in to comment.