From 500c60b807f9c9ba2a206e6d3615f8a18f8e0c7e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 1 Nov 2023 18:28:24 +0000 Subject: Fix error handling and logging issue after refactoring --- internal/locale/translations/pt_BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/locale/translations/pt_BR.json') diff --git a/internal/locale/translations/pt_BR.json b/internal/locale/translations/pt_BR.json index 5157509b..23856951 100644 --- a/internal/locale/translations/pt_BR.json +++ b/internal/locale/translations/pt_BR.json @@ -439,7 +439,7 @@ "alert.too_many_feeds_refresh": "You have triggered too many feed refreshes. Please wait 30 minutes before trying again.", "alert.background_feed_refresh": "All feeds are being refreshed in the background. You can continue to use Miniflux while this process is running.", "error.http_response_too_large": "The HTTP response is too large. You could increase the HTTP response size limit in the global settings (requires a server restart).", - "error.http_body_read": "Unable to read the HTTP body.", + "error.http_body_read": "Unable to read the HTTP body: %v.", "error.http_empty_response_body": "The HTTP response body is empty.", "error.http_empty_response": "The HTTP response is empty. Perhaps, this website is using a bot protection mechanism?", "error.tls_error": "TLS error: %v. You could disable TLS verification in the feed settings if you would like.", -- cgit v1.2.3