Skip to content

Commit

Permalink
Add error message mapping for error.minLength
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hinrichsen committed Mar 3, 2016
1 parent cbe5b57 commit 6dd6cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/constants/AppFormErrorMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ const generalErrors = Util.deepFreeze({
});

const serverResponseMappings = Util.deepFreeze({
"error.path.missing": "Please provide a path"
"error.path.missing": "Please provide a path",
"error.minLength": "May not be blank"
});

const AppFormErrorMessages = {
Expand Down

0 comments on commit 6dd6cd3

Please sign in to comment.