Skip to content

Commit 5f6d527

Browse files
committed
Found another one
1 parent 5b0a92d commit 5f6d527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/files/javascript/validate-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ semantic.validateForm.ready = function() {
239239
field2: {
240240
rules: [
241241
{
242-
type : 'exactly[dog]',
242+
type : 'isExactly[dog]',
243243
prompt : '{name} is set to "{value}" that is totally wrong. It should be {ruleValue}'
244244
}
245245
]

0 commit comments

Comments
 (0)