diff --git a/resources/lang/en-US/validation.php b/resources/lang/en-US/validation.php index 7d7840eb4..d3b5ec91d 100644 --- a/resources/lang/en-US/validation.php +++ b/resources/lang/en-US/validation.php @@ -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',