Skip to content

Commit

Permalink
fix(rule): add missing numeric message
Browse files Browse the repository at this point in the history
  • Loading branch information
Idered committed Aug 22, 2017
1 parent 71da133 commit d255377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default {
digits: 'The :attribute must be :digits digits.',
digits_between: 'The :attribute must be between :min and :max digits.',
integer: 'The :attribute must be an integer.',
numeric: 'The :attribute must be numeric.',
accepted: 'The :attribute must be accepted.',
alpha: 'The :attribute may only contain letters.',
alpha_num: 'The :attribute may only contain letters and numbers.',
Expand Down

0 comments on commit d255377

Please sign in to comment.