aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_covid19/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_covid19/templates/404.html')
-rw-r--r--fatcat_covid19/templates/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_covid19/templates/404.html b/fatcat_covid19/templates/404.html
index 653b8ee..89c9189 100644
--- a/fatcat_covid19/templates/404.html
+++ b/fatcat_covid19/templates/404.html
@@ -3,7 +3,7 @@
<center>
<div style="font-size: 8em;">404</div>
-<div style="font-size: 3em;">Not Found</div>
+<div style="font-size: 3em;">{{ _("Not Found") }}</div>
</center>
{% endblock %}