Skip to content

Commit 347543c

Browse files
committed
Error in validation messages - multipleOf
The third round 🔔 🔔 🔔 This time i checked every item of the error messages against tv4 and json schema. Seems legit now :dance:
1 parent 8d4af0a commit 347543c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ angular.module('schemaForm').provider('sfErrorMessage', function() {
1414
12: 'Data is valid against more than one schema from "oneOf"',
1515
13: 'Data matches schema from "not"',
1616
// Numeric errors
17-
100: 'Value is not a multiple of {{schema.divisibleBy}}',
17+
100: 'Value is not a multiple of {{schema.multipleOf}}',
1818
101: '{{viewValue}} is less than the allowed minimum of {{schema.minimum}}',
1919
102: '{{viewValue}} is equal to the exclusive minimum {{schema.minimum}}',
2020
103: '{{viewValue}} is greater than the allowed maximum of {{schema.maximum}}',

0 commit comments

Comments
 (0)