Skip to content

Commit

Permalink
fix(validate-messages): typo IsData message
Browse files Browse the repository at this point in the history
  • Loading branch information
tlouisse committed Mar 16, 2022
1 parent 3772c94 commit a64c552
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fifty-comics-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lion/validate-messages': patch
---

fix(validate-messages): typo IsData message
2 changes: 1 addition & 1 deletion packages/validate-messages/translations/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
MinNumber: 'Please enter a(n) {fieldName} higher than or equal to {params}.',
MaxNumber: 'Please enter a(n) {fieldName} lower than or equal to {params}.',
MinMaxNumber: 'Please enter a(n) {fieldName} between {params.min} and {params.max}.',
IsDate: 'lease enter a valid date (DD/MM/YYYY).',
IsDate: 'Please enter a valid date (DD/MM/YYYY).',
MinDate: 'Please enter a(n) {fieldName} after or equal to {params, date, YYYYMMDD}.',
MaxDate: 'Please enter a(n) {fieldName} before or equal to {params, date, YYYYMMDD}.',
MinMaxDate:
Expand Down

0 comments on commit a64c552

Please sign in to comment.