diff --git a/app/config/errors.php b/app/config/errors.php index 664731f7bf..9d5647dd1b 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -549,7 +549,7 @@ return [ ], Exception::ATTRIBUTE_ALREADY_EXISTS => [ 'name' => Exception::ATTRIBUTE_ALREADY_EXISTS, - 'description' => 'Attribute with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.', + 'description' => 'Attribute with the requested ID already exists. Attribute IDs must be unique, try again with a different ID.', 'code' => 409, ], Exception::ATTRIBUTE_LIMIT_EXCEEDED => [