fix: Grammar of error statement in 404 page (#15447)

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
Wolfram Schmidt 2021-12-27 06:53:30 +01:00 committed by GitHub
parent a83f91f5b4
commit f0e15338fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,10 +15,10 @@
{{ _("There's nothing here") }}
</h2>
<div class="text-muted error-text">
{{ _("The page you are looking for have gone missing.") }}
{{ _("The page you are looking for has gone missing.") }}
</div>
<div class="mt-6 back-to-home"><a href='/' class='btn btn-primary'>{{ _("Back to Home") }}</a></div>
</div>
</div>
{% endblock %}
{% endblock %}