We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0dcd09 + 2b363f4 commit baa7ce2Copy full SHA for baa7ce2
src/services/errors.js
@@ -7,7 +7,7 @@ angular.module('schemaForm').provider('sfErrorMessage', function() {
7
// TODO: Humanize these.
8
var defaultMessages = {
9
'default': 'Field does not validate',
10
- 0: 'Invalid type, expected {{schema.type}})',
+ 0: 'Invalid type, expected {{schema.type}}',
11
1: 'No enum match for: {{value}}',
12
10: 'Data does not match any schemas from "anyOf"',
13
11: 'Data does not match any schemas from "oneOf"',
0 commit comments