Works for friday & saturday
This commit is contained in:
17
resources/lang/en/packages/nova/validation-nova-inline.php
Normal file
17
resources/lang/en/packages/nova/validation-nova-inline.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'attached' => 'This field is already attached.',
|
||||
'relatable' => 'This field may not be associated with this resource.',
|
||||
];
|
||||
Reference in New Issue
Block a user