Fixed english and attribute placeholder

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-01-24 14:58:06 +00:00
parent 7668a6767d
commit f73a55f9ab

View file

@ -96,7 +96,7 @@ return [
'url' => 'The :attribute format is invalid.',
'unique_undeleted' => 'The :attribute must be unique.',
'non_circular' => 'The :attribute must not create a circular reference.',
'not_array' => ':atribute harus array.',
'not_array' => ':attribute cannot be an array.',
'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.',
'letters' => 'Password must contain at least one letter.',
'numbers' => 'Password must contain at least one number.',