diff --git a/localization/strings.pot b/localization/strings.pot index 2d8b7f7a..8ea7eb50 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1877,7 +1877,7 @@ msgstr "" msgid "Stack trace" msgstr "" -msgid "This page does not exists" +msgid "This page does not exist" msgstr "" msgid "You will be redirected to the default page in %s seconds" diff --git a/views/errors/403.blade.php b/views/errors/403.blade.php index c197ac2b..0fd85e7f 100644 --- a/views/errors/403.blade.php +++ b/views/errors/403.blade.php @@ -5,7 +5,7 @@ @section('content')
{!! $exception->getFile() !!}:{!! $exception->getLine() !!}
+ {!! $exception->getFile() !!}:{!! $exception->getLine() !!}
{!! $exception->getMessage() !!}
+ {!! $exception->getMessage() !!}
{!! $exception->getTraceAsString() !!}
+ {!! $exception->getTraceAsString() !!}