Fix cancel of file uploads again (after upstream changes)
Also, check server max upload size and fail early for large files!
This commit is contained in:
parent
3119601ef6
commit
1f1f9bbb86
3 changed files with 19 additions and 8 deletions
|
|
@ -58,6 +58,7 @@
|
|||
"file_prefix": "File: ",
|
||||
"edited": "(edited)",
|
||||
"download_progress": "{percentage}% downloaded",
|
||||
"upload_file_too_large": "File is too large to upload!",
|
||||
"upload_progress": "Uploaded {count}",
|
||||
"upload_progress_with_total": "Uploaded {count} of {total}",
|
||||
"user_changed_room_history": "{user} made room history {type}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue