aboutsummaryrefslogtreecommitdiff
path: root/internal/locale/translations/id_ID.json
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <f@miniflux.net> 2023-11-01 18:28:24 +0000
committerGravatar Frédéric Guillot <f@miniflux.net> 2023-11-01 19:59:12 +0100
commit500c60b807f9c9ba2a206e6d3615f8a18f8e0c7e (patch)
treeeaf59202755becd5ae6b7438aca810f2d27cb629 /internal/locale/translations/id_ID.json
parentef53bf14aef473540814e3b5d649c67c23264ec6 (diff)
downloadv2-500c60b807f9c9ba2a206e6d3615f8a18f8e0c7e.tar.gz
v2-500c60b807f9c9ba2a206e6d3615f8a18f8e0c7e.tar.zst
v2-500c60b807f9c9ba2a206e6d3615f8a18f8e0c7e.zip
Fix error handling and logging issue after refactoring
Diffstat (limited to 'internal/locale/translations/id_ID.json')
-rw-r--r--internal/locale/translations/id_ID.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/locale/translations/id_ID.json b/internal/locale/translations/id_ID.json
index 25241468..0f66934b 100644
--- a/internal/locale/translations/id_ID.json
+++ b/internal/locale/translations/id_ID.json
@@ -430,7 +430,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.",