Update ru/validation.php (#4687)

Credit to @nameewgeniy
This commit is contained in:
nameewgeniy 2019-10-11 14:59:42 +03:00 committed by Denis Denisov
parent 348040a4e4
commit af571ed918
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ return [
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
"email" => "Поле :attribute имеет ошибочный формат.",
"exists" => "Выбранное значение для :attribute уже существует.",
"exists" => "Выбранное значение для :attribute отсутствует.",
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field must have a value.',
"image" => "Поле :attribute должно быть изображением.",