From f0e15338fee4112d361220c1ddb5218c48a59767 Mon Sep 17 00:00:00 2001 From: Wolfram Schmidt Date: Mon, 27 Dec 2021 06:53:30 +0100 Subject: [PATCH] fix: Grammar of error statement in 404 page (#15447) Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> --- frappe/www/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/www/404.html b/frappe/www/404.html index c03b5d3e96..2596741c7a 100644 --- a/frappe/www/404.html +++ b/frappe/www/404.html @@ -15,10 +15,10 @@ {{ _("There's nothing here") }}
- {{ _("The page you are looking for have gone missing.") }} + {{ _("The page you are looking for has gone missing.") }}
{{ _("Back to Home") }}
-{% endblock %} \ No newline at end of file +{% endblock %}