Browse Source

update 404 message string

main
ghost 1 year ago
parent
commit
dfcd5c438e
  1. 2
      templates/bundles/TwigBundle/Exception/error404.html.twig

2
templates/bundles/TwigBundle/Exception/error404.html.twig

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
404
</h1>
<div class="text-color-night margin-y-16-px">
{{ 'Requested page not found!' | trans }}
{{ 'Page not found!' | trans }}
</div>
</div>
<div>

Loading…
Cancel
Save