mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Merge pull request #14159 from snipe/fixes/not_array_typo
Fixed english and attribute placeholder
This commit is contained in:
commit
f247661f07
|
@ -96,7 +96,7 @@ return [
|
||||||
'url' => 'The :attribute format is invalid.',
|
'url' => 'The :attribute format is invalid.',
|
||||||
'unique_undeleted' => 'The :attribute must be unique.',
|
'unique_undeleted' => 'The :attribute must be unique.',
|
||||||
'non_circular' => 'The :attribute must not create a circular reference.',
|
'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.',
|
'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.',
|
||||||
'letters' => 'Password must contain at least one letter.',
|
'letters' => 'Password must contain at least one letter.',
|
||||||
'numbers' => 'Password must contain at least one number.',
|
'numbers' => 'Password must contain at least one number.',
|
||||||
|
|
Loading…
Reference in a new issue