From 042360d89fd65ce25052c737af0d7b06675aa6f0 Mon Sep 17 00:00:00 2001 From: ashley Date: Sun, 31 Aug 2025 19:47:00 +0200 Subject: [PATCH] Update html/video-error.ejs --- html/video-error.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/video-error.ejs b/html/video-error.ejs index 68d911bd..edfb437f 100644 --- a/html/video-error.ejs +++ b/html/video-error.ejs @@ -17,7 +17,7 @@ %> <%- include('./layouts/error-video.ejs', { - error: "LOADING FAILED :C", + error: "WHOOPS! LOADING FAILED :C", description: `${reason}` }) %>