From d622ed4f38b2bb9fe0ad9c35027e6d4a75b2af0e Mon Sep 17 00:00:00 2001 From: ashley Date: Thu, 24 Oct 2024 19:36:04 +0000 Subject: [PATCH] add a better reason :3 --- html/video-error.ejs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/video-error.ejs b/html/video-error.ejs index 2352f96a..88979e55 100644 --- a/html/video-error.ejs +++ b/html/video-error.ejs @@ -12,12 +12,13 @@ if (!isValidYouTubeID(v) || isLetterSpam(v)) { reason = "Video not found >~<"; } else { - reason = "trying again..."; + reason = "This helps protect our community. Learn more (TRYING AGAIN....)"; } %> <%- include('./layouts/error-video.ejs', { - error: "oops - loading failed :c", + error: "loading failed :c", description: `${reason}` }) %> +