Skip to content

Commit dfbf95b

Browse files
mlynchjzaefferer
authored andcommitted
Changed localization message for min/max. Fixes jquery-validation#273
1 parent a436634 commit dfbf95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

localization/messages_fi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jQuery.extend(jQuery.validator.messages, {
1515
digits: "Syötä pelkästään numeroita.",
1616
equalTo: "Syötä sama arvo uudestaan.",
1717
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}."),
2020
creditcard: "Syötä voimassa oleva luottokorttinumero."
2121
});

0 commit comments

Comments
 (0)