Files
Aditya Dubey 4de5009014 Fixed compress activity log showing {{file}} instead of the archive filename (#5637)
Fix for #5630 

The compress_one string in resources/lang/en/activity.php referenced
:file as the placeholder, but the backend passes the filename under a
files array. This caused the activity log to render {file}} instead of
the actual filename

Changed :file to :files.0 to correctly resolve the first filename from
the array.

Solution was identified by the issue reporter (@marioenache).
2026-06-14 20:08:14 -04:00
..