File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
"integerErrorText": "Бүхэл тоон утга оруулна уу.",
9
9
"ipErrorText": "IP хаяг алдаатай байна.",
10
10
"matchErrorText": "Утга загварт таарахгүй байна.",
11
- "maxErrorText": "{max}-аас их утга оруулна уу.",
11
+ "maxErrorText": "{max}-аас бага утга оруулна уу.",
12
12
"maxLengthErrorText": "{maxLength}-аас богино утга оруулна уу.",
13
13
"maxWordsCountErrorText" : "Утга нь түүнээс бага буюу тэнцүү тоолох үгстэй байх ёстой {maxWordsCount}",
14
14
"minErrorText": "{min}-аас их утга оруулна уу.",
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class FormBuilderLocalizationsImplMn extends FormBuilderLocalizationsImpl {
34
34
35
35
@override
36
36
String maxErrorText (Object max) {
37
- return '$max -аас их утга оруулна уу.' ;
37
+ return '$max -аас бага утга оруулна уу.' ;
38
38
}
39
39
40
40
@override
You can’t perform that action at this time.
0 commit comments