Merge pull request 'Fixed validation message' (#152) from BE.test into dev

Reviewed-on: WillaEngine-Project/WillaEngine#152
pull/153/head
saeid_01 2 years ago
commit ebb96fc3f5

@ -36,7 +36,7 @@ return [
"digits" => ":attribute باید :digits رقم باشد.",
"digits_between" => ":attribute باید بین :min و :max رقم باشد.",
"email" => "فرمت :attribute معتبر نیست.",
"exists" => "این :attribute وجود دارد.",
"exists" => "این :attribute معتبر نمی باشد.",
"image" => ":attribute باید تصویر باشد.",
"in" => ":attribute انتخاب شده، معتبر نیست.",
"integer" => ":attribute باید نوع داده ای عددی باشد.",

Loading…
Cancel
Save