From e050cb19c88fd85cf799d0043f2f613339a57909 Mon Sep 17 00:00:00 2001 From: Phan An Date: Mon, 17 Apr 2023 00:01:01 +0200 Subject: [PATCH] fix: failed upload validation message --- resources/lang/en/validation.php | 2 ++ 1 file changed, 2 insertions(+) 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