diff --git a/static/platform.js b/static/platform.js index a0bb8ba..f65e03a 100644 --- a/static/platform.js +++ b/static/platform.js @@ -155,7 +155,7 @@ function heartbeat() { return updateStreamStatus("The stream restarted. Refresh the page.", "yellow", true); } } else if (Date.now() / 1000 - t0 >= beginTimeout) { - updateStreamStatus("The stream was unreachable. Try refreshing the page.", "yellow", true); + return updateStreamStatus("The stream is online but you're receiving it. Try refreshing the page.", "yellow", true); } // otherwise