From b4623613c77ad88feae544a103f44808b7552a81 Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 18 Aug 2025 00:38:50 +0200 Subject: [PATCH] Update html/video-error.ejs --- html/video-error.ejs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/html/video-error.ejs b/html/video-error.ejs index 7bec1554..4f6d5350 100644 --- a/html/video-error.ejs +++ b/html/video-error.ejs @@ -12,13 +12,12 @@ if (!isValidYouTubeID(v) || isLetterSpam(v)) { reason = "Video not found >~<"; } else { - reason = "there could be few reasons why - "; + reason = "there could be few reasons why this could happen. see https://codeberg.org/ashley/poke/src/branch/main/why-error.md for info "; } %> <%- include('./layouts/error-video.ejs', { - error: "loading failed :c", + error: "LOADING FAILED :C", description: `${reason}` }) %>