Skip to content

Commit

Permalink
Typo messages before date
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiBanos committed Feb 22, 2019
1 parent e8aaa42 commit 33d30a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/messages/en/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ module.exports = {
creditCard: 'The :attribute value must be a valid card number.',
date: 'The :attribute must be a valid date.',
dateAfter: 'The :attribute must be a date after :arg0.',
dateDaysAfterToday : 'The :attribute must be a date after :arg0.',
dateYearsAfterToday : 'The :attribute must be a date after :arg0.',
dateDaysBeforeToday : 'The :attribute must be a date after :arg0.',
dateYearsBeforeToday : 'The :attribute must be a date after :arg0.',
dateDaysAfterToday : 'The :attribute must be a date after :arg0 days.',
dateYearsAfterToday : 'The :attribute must be a date after :arg0 years.',
dateDaysBeforeToday : 'The :attribute must be a date before :arg0 days.',
dateYearsBeforeToday : 'The :attribute must be a date before :arg0 years.',
dateBefore: 'The :attribute must be a date before :arg0.',
dateFormat: 'The :attribute does not match the date format :arg0.',
decimal: 'The :attribute must be a valid decimal value.',
Expand Down

0 comments on commit 33d30a1

Please sign in to comment.