diff --git a/html/video-error.ejs b/html/video-error.ejs
index 88979e55..dcc19b06 100644
--- a/html/video-error.ejs
+++ b/html/video-error.ejs
@@ -12,7 +12,7 @@
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found >~<";
} else {
- reason = "This helps protect our community. Learn more (TRYING AGAIN....)";
+ reason = "Error while communicating with Invidious companion: Error connecting to 'companion:8282': Connection refused";
}
%>