File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ jQuery.extend(jQuery.validator.messages, {
15
15
digits : "Syötä pelkästään numeroita." ,
16
16
equalTo : "Syötä sama arvo uudestaan." ,
17
17
range : jQuery . validator . format ( "Syötä arvo {0} ja {1} väliltä." ) ,
18
- max : jQuery . validator . format ( "Syötä arvo joka on yhtä suuri tai suurempi kuin {0}." ) ,
19
- min : jQuery . validator . format ( "Syötä arvo joka on pienempi tai yhtä suuri kuin {0}." ) ,
18
+ max : jQuery . validator . format ( "Syötä arvo joka on pienempi tai yhtä suuri kuin {0}." ) ,
19
+ min : jQuery . validator . format ( "Syötä arvo joka on yhtä suuri tai suurempi kuin {0}." ) ,
20
20
creditcard : "Syötä voimassa oleva luottokorttinumero."
21
21
} ) ;
You can’t perform that action at this time.
0 commit comments