better text on 404 page
This commit is contained in:
parent
60f840a45c
commit
8dfb89fabc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue