mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: failed upload validation message
This commit is contained in:
parent
859a2def47
commit
e050cb19c8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue