Skip to content

Commit 694be47

Browse files
authored
Update jquery.validationEngine-et.js
Estonian translation correction. If its email written in Estonian then it would mean enamel + address in estonian should be "aadress" with two "s"
1 parent 7ef5ea0 commit 694be47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/languages/jquery.validationEngine-et.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"email": {
8484
// Shamelessly lifted from Scott Gonzalez via the Bassistance Validation plugin http://projects.scottsplayground.com/email_address_validation/
8585
"regex": /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/,
86-
"alertText": "* Vigane emaili aadres"
86+
"alertText": "* Vigane e-posti aadress"
8787
},
8888
"integer": {
8989
"regex": /^[\-\+]?\d+$/,

0 commit comments

Comments
 (0)