diff options
author | 2024-03-17 13:26:51 -0700 | |
---|---|---|
committer | 2024-03-17 13:52:34 -0700 | |
commit | b1e73fafdff340a3d1958d5b2a1b5eabb3e3f5b1 (patch) | |
tree | 51bced83a26fa146a135057c0392ebddf1d1245e /internal/locale/translations/pt_BR.json | |
parent | f6404290ba208c088de3724fff9fe20442dcb7ff (diff) | |
download | v2-b1e73fafdff340a3d1958d5b2a1b5eabb3e3f5b1.tar.gz v2-b1e73fafdff340a3d1958d5b2a1b5eabb3e3f5b1.tar.zst v2-b1e73fafdff340a3d1958d5b2a1b5eabb3e3f5b1.zip |
Enable go-critic linter and fix various issues detected
Diffstat (limited to 'internal/locale/translations/pt_BR.json')
-rw-r--r-- | internal/locale/translations/pt_BR.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/locale/translations/pt_BR.json b/internal/locale/translations/pt_BR.json index 3e0de941..32582bfa 100644 --- a/internal/locale/translations/pt_BR.json +++ b/internal/locale/translations/pt_BR.json @@ -505,7 +505,7 @@ "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.", + "error.tls_error": "TLS error: %q. You could disable TLS verification in the feed settings if you would like.", "error.network_operation": "Miniflux is not able to reach this website due to a network error: %v.", "error.network_timeout": "This website is too slow and the request timed out: %v", "error.http_client_error": "HTTP client error: %v.", |