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 88 "integerErrorText": "Бүхэл тоон утга оруулна уу.",
99 "ipErrorText": "IP хаяг алдаатай байна.",
1010 "matchErrorText": "Утга загварт таарахгүй байна.",
11- "maxErrorText": "{max}-аас их утга оруулна уу.",
11+ "maxErrorText": "{max}-аас бага утга оруулна уу.",
1212 "maxLengthErrorText": "{maxLength}-аас богино утга оруулна уу.",
1313 "maxWordsCountErrorText" : "Утга нь түүнээс бага буюу тэнцүү тоолох үгстэй байх ёстой {maxWordsCount}",
1414 "minErrorText": "{min}-аас их утга оруулна уу.",
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class FormBuilderLocalizationsImplMn extends FormBuilderLocalizationsImpl {
3434
3535 @override
3636 String maxErrorText (Object max) {
37- return '$max -аас их утга оруулна уу.' ;
37+ return '$max -аас бага утга оруулна уу.' ;
3838 }
3939
4040 @override
You can’t perform that action at this time.
0 commit comments