X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/2734/head:/resources/lang/es/validation.php diff --git a/resources/lang/es/validation.php b/resources/lang/es/validation.php index f6f9a1ee1..450e92375 100644 --- a/resources/lang/es/validation.php +++ b/resources/lang/es/validation.php @@ -78,7 +78,6 @@ return [ 'string' => 'El :attribute debe ser al menos :min caracteres.', 'array' => 'El :attribute debe tener como mínimo :min items.', ], - 'no_double_extension' => 'El :attribute solo debe tener una extensión de archivo.', 'not_in' => 'El :attribute seleccionado es inválio.', 'not_regex' => 'El formato de :attribute es inválido.', 'numeric' => 'El :attribute debe ser numérico.',