Browse Source

Added VIDEO_EXT_INVALID error handling

Closes #405
master
Igor Zhukov 10 years ago
parent
commit
7b7664a173
  1. 3
      app/partials/error_modal.html

3
app/partials/error_modal.html

@ -40,6 +40,9 @@ @@ -40,6 +40,9 @@
<span ng-switch-when="PHOTO_INVALID_DIMENSIONS">
The photo dimensions are invalid, please select another file.
</span>
<span ng-switch-when="VIDEO_EXT_INVALID">
The video file extension is invalid or unsupported, please select another file.
</span>
<span ng-switch-when="PHOTO_CROP_SIZE_SMALL">
The photo you provided is too small.
</span>

Loading…
Cancel
Save