Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2aa3d2

Browse files
committed
Merge pull request Laravel-Lang#551 from scrubmx/patch-2
Update es/validation.php
2 parents e78ae0d + e8ee5e0 commit b2aa3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/es/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'different' => ':attribute y :other deben ser diferentes.',
3535
'digits' => ':attribute debe tener :digits dígitos.',
3636
'digits_between' => ':attribute debe tener entre :min y :max dígitos.',
37-
'dimensions' => 'The :attribute has invalid image dimensions.',
37+
'dimensions' => 'Las dimensiones de la imagen :attribute no son validas.',
3838
'distinct' => 'El campo :attribute contiene un valor duplicado.',
3939
'email' => ':attribute no es un correo válido',
4040
'exists' => ':attribute es inválido.',

0 commit comments

Comments
 (0)