diff options
author | 2023-11-01 18:28:24 +0000 | |
---|---|---|
committer | 2023-11-01 19:59:12 +0100 | |
commit | 500c60b807f9c9ba2a206e6d3615f8a18f8e0c7e (patch) | |
tree | eaf59202755becd5ae6b7438aca810f2d27cb629 /internal/locale/translations/el_EL.json | |
parent | ef53bf14aef473540814e3b5d649c67c23264ec6 (diff) | |
download | v2-500c60b807f9c9ba2a206e6d3615f8a18f8e0c7e.tar.gz v2-500c60b807f9c9ba2a206e6d3615f8a18f8e0c7e.tar.zst v2-500c60b807f9c9ba2a206e6d3615f8a18f8e0c7e.zip |
Fix error handling and logging issue after refactoring
Diffstat (limited to 'internal/locale/translations/el_EL.json')
-rw-r--r-- | internal/locale/translations/el_EL.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/locale/translations/el_EL.json b/internal/locale/translations/el_EL.json index 1bb09399..4acb9b51 100644 --- a/internal/locale/translations/el_EL.json +++ b/internal/locale/translations/el_EL.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.", |