diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index ea5914d3..ff1a3151 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -80,6 +80,8 @@ return [ 'valid' => 'The :attribute is not a valid or readable path.', ], + 'uploaded' => 'The :attribute failed to upload.', + /* |-------------------------------------------------------------------------- | Custom Validation Language Lines