updated alert message for front-end publish validation
This commit is contained in:
parent
478eb9cf78
commit
bd53a27c35
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
|||
uploader.submitFiles(stagedFiles);
|
||||
break;
|
||||
default:
|
||||
alert("Only images and videos are supported");
|
||||
alert("Only .png, .jpeg, .gif, and .mp4 files are currently supported");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue