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}`
}) %>