Moved validation email_array
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
713e1671d4
commit
ad072c0546
1 changed files with 3 additions and 1 deletions
|
@ -185,9 +185,11 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'email_array' => 'One or more email addresses is invalid.',
|
||||
|
||||
'custom' => [
|
||||
'alpha_space' => 'The :attribute field contains a character that is not allowed.',
|
||||
'email_array' => 'One or more email addresses is invalid.',
|
||||
|
||||
'hashed_pass' => 'Your current password is incorrect',
|
||||
'dumbpwd' => 'That password is too common.',
|
||||
'statuslabel_type' => 'You must select a valid status label type',
|
||||
|
|
Loading…
Add table
Reference in a new issue