Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const WatermarkPage = <T extends RequiredFormProps>({
</header>
<div className="obj-container padded">
<FileUpload
acceptableTypes="image/*"
acceptableTypes="image/gif,image/png,image/jpg,image/jpeg,image/bmp"
fileId="watermarkFile"
fileName="watermarkFileName"
formik={formik}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@
"BOTTOM_RIGHT": "Bottom right",
"UPLOAD": "Upload",
"POSITION": "Watermark position and preview",
"FILEUPLOAD_DESCRIPTION": "File should have an alpha channel (transparent background). Acceptable file types are: .PNG, .GIF, .SVG, .WEBP",
"FILEUPLOAD_DESCRIPTION": "File should have an alpha channel (transparent background). Acceptable file types are: gif, png, jp(e)g, or bmp",
"UPLOAD_LABEL": "Upload image",
"UPLOAD_BUTTON": "Upload"
},
Expand Down
Loading