From 8dfb89fabcc4b852b046fbab2fca46d15b96fbaa Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Sat, 2 Jan 2021 11:29:32 +0100 Subject: [PATCH] better text on 404 page --- public/404.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/404.php b/public/404.php index 332ebda..1c527d4 100644 --- a/public/404.php +++ b/public/404.php @@ -48,7 +48,7 @@ if (strpos($_SERVER['HTTP_HOST'], '.onion') !== false) { { action: 'type', strings: ["404 File not found"], - output: '<span class="gray">It looks like you want to access a file that\'s not available</span><br> ', + output: '<span class="gray">It looks like you want to access a file that\'s not found</span><br> ', postDelay: 1000 }, { -- GitLab