From e600fc948388530a88430d925ec0ad031b850ed0 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 8 Feb 2022 02:58:20 +0400 Subject: [PATCH] feat: update descriptions of avatars errors --- app/config/errors.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/errors.php b/app/config/errors.php index 864d033c4..89fc6c7be 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -221,12 +221,12 @@ return [ ], Exception::AVATAR_IMAGE_NOT_FOUND => [ 'name' => Exception::AVATAR_IMAGE_NOT_FOUND, - 'description' => 'The requested image was not found.', + 'description' => 'The requested image was not found at the URL.', 'code' => 404, ], Exception::AVATAR_REMOTE_URL_FAILED => [ 'name' => Exception::AVATAR_REMOTE_URL_FAILED, - 'description' => 'The remote URL could not be fetched.', + 'description' => 'Failed to fetch favicon from the requested URL.', 'code' => 404, ], Exception::AVATAR_ICON_NOT_FOUND => [