]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/404.blade.php
Merge branch 'master' into translations
[bookstack] / resources / views / errors / 404.blade.php
index 27c221f99a32d8b389b36b685a57800bb5d557dc..c9e600ceb7376489f6945f863b2b241da3037949 100644 (file)
@@ -6,7 +6,7 @@
 <div class="container">
 
 
-    <h1>{{ $message or trans('errors.page_not_found') }}</h1>
+    <h1>{{ $message or trans('errors.404_page_not_found') }}</h1>
     <p>{{ trans('errors.sorry_page_not_found') }}</p>
     <p><a href="{{ baseUrl('/') }}" class="button">{{ trans('errors.return_home') }}</a></p>