Skip to content

Commit

Permalink
Change warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
lehecht committed Feb 11, 2025
1 parent 75e17ed commit 603c1e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/videos/show/content.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
<message-curtain v-if="invalidMoovAtomPosition" v-cloak>
<div class="message-curtain--text text-danger">
<div class="lead">
Please <a href="/manual/tutorials/videos/fix-video-encoding">fix the video encoding</a>.<br>This may cause problems if you continue.
</div>
The video file contains an invalid moov atom position. This can cause performance issues or incorrect annotation thumbnails in Largo. See <a href="/manual/tutorials/videos/fix-video-encoding">the manual</a> for how to fix this. </div>
<button type="button" class="btn btn-default" v-on:click="dismissMoovAtomError">Continue at own risk</button>
</div>
</message-curtain>
Expand Down

0 comments on commit 603c1e1

Please sign in to comment.