Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved handling of HTTP response errors #152

Merged
merged 12 commits into from
Nov 9, 2023
Prev Previous commit
Merge branch 'master' into do-20231106-ui-improvements
  • Loading branch information
dotasek committed Nov 9, 2023
commit 0a137ae99d1812d25c0dd2c307ea42291e5e5543
2 changes: 2 additions & 0 deletions src/commonMain/resources/static-content/polyglot/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"manual_entry_empty_request_error" : "Please enter something to validate.",
"manual_entry_timeout_exception" : "Validation timed out. Please wait 30 seconds and try again.",
"manual_entry_validation_response_exception" : "Error received from validation server: %{httpResponseCode}",
"manual_entry_error" : "Please enter something to validate.",
"manual_entry_timeout_exception" : "Validation timed out. Please wait 30 seconds and try again.",
"manual_entry_cannot_parse_exception" : "Cannot parse entered text as valid JSON/XML.",
"validate_button" : "Validate",
"upload_resources_heading" : "Upload Resources",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.