diff --git a/app/config/errors.php b/app/config/errors.php index 9fcab1e3cf..664731f7bf 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -355,7 +355,7 @@ return [ ], Exception::STORAGE_BUCKET_ALREADY_EXISTS => [ 'name' => Exception::STORAGE_BUCKET_ALREADY_EXISTS, - 'description' => 'A storage bucket with the requested ID already exists. Try again with a different ID or use `ID.unique()` to generate a unique ID.', + 'description' => 'A storage bucket with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.', 'code' => 409, ], Exception::STORAGE_BUCKET_NOT_FOUND => [