ui(content): advertise multi-file upload in the drop-zone text (#39)

The upload input already has 'multiple' and the click handler shares handleFiles()
with drag-drop, so picking multiple files (shift/ctrl-click) already works - it just
wasn't discoverable ('click to upload' read as single-file). Reword to 'click to
select one or more'.
This commit is contained in:
ScreenTinker 2026-06-09 10:50:51 -05:00
parent 3f429aec85
commit 020f0bfea7

View file

@ -134,7 +134,7 @@ export default {
'content.title': 'Content Library',
'content.subtitle': 'Upload and manage your media files',
'content.help_tip': 'Upload videos and images here. Select multiple files for bulk upload. Use Remote URL to stream from external sources. Click a thumbnail to preview.',
'content.drop': 'Drop files here or click to upload',
'content.drop': 'Drop files here, or click to select one or more',
'content.upload_hint': 'Supports MP4, WebM, AVI, MKV, JPEG, PNG, GIF, WebP',
'content.upload_progress': 'Uploading...',
'content.upload_progress_named': 'Uploading {name}...',