Merge pull request #54 from screentinker/fix/upload-multiple-hint

ui(content): advertise multi-file upload in drop-zone text (#39)
This commit is contained in:
screentinker 2026-06-09 10:50:56 -05:00 committed by GitHub
commit 61279e9bea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}...',