Skip to content

Commit

Permalink
Update video-watch.component.html
Browse files Browse the repository at this point in the history
Tweaked error message so that users realise that refreshing the page may help the video to load properly.
  • Loading branch information
FediVideos authored and Chocobozzz committed Dec 20, 2023
1 parent 66776b6 commit cbe57fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- We need the video container for videojs so we just hide it -->
<div id="video-wrapper">
<div *ngIf="remoteServerDown" class="remote-server-down">
Sorry, but this video is not available because the remote instance is not responding.
Sorry, but this video did not load because the remote instance did not respond.
<br />
Please try again later.
Please try refreshing the page, or try again later.
</div>

<div id="videojs-wrapper">
Expand Down

0 comments on commit cbe57fa

Please sign in to comment.