fix(web): update dropzone to accept all file types, not just images

This commit is contained in:
SnapOtter
2026-06-13 15:50:52 +08:00
parent 3114323d07
commit b8b6b0a44a
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -3101,14 +3101,14 @@ export const en = {
},
dropzone: {
unsupportedFileType: "This file type is not supported by this tool",
urlFetchFailed: "Could not fetch image from URL",
urlFetchFailed: "Could not fetch file from URL",
ariaLabel: "File drop zone",
dropPrompt: "Drop your images here",
dropPrompt: "Drop your files here",
browseOrPaste: "click anywhere to browse, or paste from clipboard",
uploadButton: "Upload",
defaultFormats: "PNG, JPG, WebP, HEIC, RAW, PSD, and 65+ formats",
defaultFormats: "Images, Videos, Audio, PDFs, Documents, and 150+ formats",
orSeparator: "or",
urlPlaceholder: "Paste image URL...",
urlPlaceholder: "Paste file URL...",
urlLoadingIndicator: "...",
addUrlButton: "Add",
importMultipleUrls: "Import multiple URLs...",