diff --git a/app/config/errors.php b/app/config/errors.php index a54eedf3c9..e179a1a838 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -844,7 +844,7 @@ return [ Exception::ATTRIBUTE_TYPE_NOT_SUPPORTED => [ 'name' => Exception::ATTRIBUTE_TYPE_NOT_SUPPORTED, - 'description' => "Attribute type not supported by the adapter.", + 'description' => 'Attribute type is not supported.', 'code' => 400, ],