Skip to content

Commit

Permalink
Merge pull request #253 from idhamperdameian/master
Browse files Browse the repository at this point in the history
(id) Fix for #235
  • Loading branch information
caouecs committed Jul 26, 2014
2 parents 8c7fe6c + 2110097 commit fd473cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion id/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"string" => "Isian :attribute harus antara :min dan :max karakter.",
"array" => "Isian :attribute harus antara :min dan :max item.",
),
"boolean" => "The :attribute field must be true or false",
"boolean" => "Isian :attribute harus berupa true atau false",
"confirmed" => "Konfirmasi :attribute tidak cocok.",
"date" => "Isian :attribute bukan tanggal yang valid.",
"date_format" => "Isian :attribute tidak cocok dengan format :format.",
Expand Down

0 comments on commit fd473cb

Please sign in to comment.