From 236994f47598a49e4e5211d5ce61b110834c688e Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Tue, 9 Apr 2024 16:32:11 -0400 Subject: [PATCH] Revert 404 string --- templates/errors/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/errors/404.html b/templates/errors/404.html index f327aa0..c48efb1 100644 --- a/templates/errors/404.html +++ b/templates/errors/404.html @@ -6,7 +6,7 @@
-

{% trans %}Page not found{% endtrans %}

+

{% trans %}File not found{% endtrans %}



{% trans %}404 Not Found{% endtrans %}