mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 04:49:00 +01:00
add a better reason :3
This commit is contained in:
parent
ae1ef1f057
commit
d622ed4f38
1 changed files with 3 additions and 2 deletions
|
@ -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}`
|
||||
}) %>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue