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 @@ -24,14 +24,14 @@ SimpleReactValidator.addLocale('id', {
24
24
integer : ':attribute harus berupa integer.' ,
25
25
max : ':attribute harus kurang dari :max:type.' ,
26
26
min : ':attribute harus lebih dari :min:type.' ,
27
- not_in : ':attribute terpilih tidak boleh sama dngan :values.' ,
27
+ not_in : ':attribute terpilih tidak boleh sama dengan :values.' ,
28
28
not_regex : ':attribute tidak boleh cocok dengan pola yang ditentukan.' ,
29
29
numeric : ':attribute harus berupa angka.' ,
30
30
phone : ':attribute harus berupa nomor ponsel yang valid.' ,
31
31
regex : ':attribute harus cocok dengan pola yang ditentukan.' ,
32
32
required : ':attribute tidak boleh kosong.' ,
33
33
size : ':attribute harus :size:type.' ,
34
34
string : ':attribute harus berupa string.' ,
35
- typeof : ':attribute tida cocok dengan tiipe :type.' ,
35
+ typeof : ':attribute tidak cocok dengan tipe :type.' ,
36
36
url : ':attribute harus berupa url.' ,
37
37
} ) ;
You can’t perform that action at this time.
0 commit comments