Moved validation email_array

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-04-17 16:04:56 +01:00
parent 713e1671d4
commit ad072c0546

View file

@ -185,9 +185,11 @@ return [
| |
*/ */
'email_array' => 'One or more email addresses is invalid.',
'custom' => [ 'custom' => [
'alpha_space' => 'The :attribute field contains a character that is not allowed.', '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', 'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.', 'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type', 'statuslabel_type' => 'You must select a valid status label type',