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
Next Next commit
Fix missing space
  • Loading branch information
dotasek committed Nov 8, 2023
commit 0f388f777b787eb1ea33a6f1228c031691425b4f
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class FileUploadTab : RComponent<FileUploadTabProps, FileUploadTabState>() {
+FileUploadTabStyle.tabContent
}
heading {
text = props.polyglot.t("upload_files_title") + "(${props.uploadedFiles.size})"
text = props.polyglot.t("upload_files_title") + " (${props.uploadedFiles.size})"
}
fileEntryList {
polyglot = props.polyglot
Expand Down