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 authored and Orlando Hohmeier committed Mar 7, 2016
1 parent e19dfef commit 961904e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/constants/AppFormErrorMessages.js
Expand Up @@ -66,7 +66,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 961904e

Please sign in to comment.