updated alert message for front-end publish validation

This commit is contained in:
bill bittner 2017-06-14 09:41:40 -07:00
parent 478eb9cf78
commit bd53a27c35

View file

@ -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;
}
}