mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(web): update dropzone to accept all file types, not just images
This commit is contained in:
@@ -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...",
|
||||
|
||||
Reference in New Issue
Block a user