diff --git a/html/video-error.ejs b/html/video-error.ejs
index 893364a4..61718fda 100644
--- a/html/video-error.ejs
+++ b/html/video-error.ejs
@@ -10,9 +10,9 @@
   let reason;
   
   if (!isValidYouTubeID(v) || isLetterSpam(v)) {
-    reason = "Video not found :c";
+    reason = "Video not found >~<";
   } else {
-    reason = "youtube probably blocked poke or the api server is down qwq - report to https://discord.poketube.fun :p";
+    reason = "youtube probably blocked poke or the api server is down :<";
   }
 %>