diff --git a/templates/404.html b/templates/404.html index 209985cfb..c63ea09bb 100644 --- a/templates/404.html +++ b/templates/404.html @@ -6,7 +6,7 @@
The page you requested doesn't seem to exist{%- if config.languages | length > 1 %} or has not been translated to your language yet{%- endif -%}. Check the URL for errors, or return to the homepage.
+The page you requested doesn't seem to exist{%- if config.languages | length > 0 %} or has not been translated to your language yet{%- endif -%}. Check the URL for errors, or return to the homepage.
{# Iterate through each language and display the localised 404 message along with a "Go Home" link #} {%- for language_name, language in config.languages -%}