Update +error.svelte
This commit is contained in:
parent
87d3b41e05
commit
4fcc55fa72
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
function getDefaultMessage(status: number) {
|
||||
switch (status) {
|
||||
case 404:
|
||||
return "This page doesn't exist. Just like the original Vyntr!";
|
||||
return "This page doesn't exist. Just like the original Vyntr! Or the context mismatch popups in Bliptext";
|
||||
case 403:
|
||||
return "You don't have permission to access this page. Your credentials are likely ####.";
|
||||
case 429:
|
||||
|
|
|
|||
Reference in a new issue