Skip to content

Commit 7640d0b

Browse files
committed
Updated the alertText of the Date field
Removed a typo
1 parent 7b2378b commit 7640d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/languages/jquery.validationEngine-nl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
},
8585
"date": {
8686
"regex": /^(?:(?:31(\/|-|\.)(?:0?[13578]|1[02]))\1|(?:(?:29|30)(\/|-|\.)(?:0?[1,3-9]|1[0-2])\2))(?:(?:1[6-9]|[2-9]\d)?\d{2})$|^(?:29(\/|-|\.)0?2\3(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00))))$|^(?:0?[1-9]|1\d|2[0-8])(\/|-|\.)(?:(?:0?[1-9])|(?:1[0-2]))\4(?:(?:1[6-9]|[2-9]\d)?\d{2})$/,
87-
"alertText": "* Ongeldige datum, formaat moet DD-MM-YY zijn"
87+
"alertText": "* Ongeldige datum, formaat moet DD-MM-JJJJ zijn"
8888
},
8989
"ipv4": {
9090
"regex": /^((([01]?[0-9]{1,2})|(2[0-4][0-9])|(25[0-5]))[.]){3}(([0-1]?[0-9]{1,2})|(2[0-4][0-9])|(25[0-5]))$/,

0 commit comments

Comments
 (0)