Merge branch '499-resize-fix-for-multiple-image-optimization' into 'dev'

Resolve "Attachments - resize broken when selecting multiple"

See merge request keanuapp/keanuapp-weblite!219
This commit is contained in:
N Pex 2023-08-07 07:38:54 +00:00
commit 59b306ad3c
2 changed files with 89 additions and 49 deletions

View file

@ -66,7 +66,8 @@
"file_prefix": "File: ",
"edited": "(edited)",
"download_progress": "{percentage}% downloaded",
"upload_file_too_large": "File is too large to upload!",
"upload_file_too_large": "Maximum file size of ({configFormattedUploadSize}) exceeded. File is too large to upload!",
"upload_exceeded_file_limit": "File: ({exceededFile}) ({formattedUploadSize}) exceeds maximum limit.",
"upload_progress": "Uploaded {count}",
"upload_progress_with_total": "Uploaded {count} of {total}",
"user_changed_room_history": "{user} made room history {type}",