From f73a55f9abf92ca4e71f836d1bece1cec13200ea Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 24 Jan 2024 14:58:06 +0000 Subject: [PATCH] Fixed english and attribute placeholder Signed-off-by: snipe --- resources/lang/en-US/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en-US/validation.php b/resources/lang/en-US/validation.php index 4a1d192664..1c6ad8a148 100644 --- a/resources/lang/en-US/validation.php +++ b/resources/lang/en-US/validation.php @@ -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.',