diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index 01a24eb2c..68094ba2e 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -2,13 +2,9 @@ @section('content')
-
-
-
-

Page Not Found

- -
-
+
+

Sorry, this page isn't available.

+

The link you followed may be broken, or the page may have been removed. Go back to Pixelfed.

@endsection diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index b163d53c9..ee7436b7d 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -2,14 +2,9 @@ @section('content')
-
-
-
-

Whoops! Something went wrong.

-

If you keep seeing this message, please contact an admin.

- -
-
+
+

Something went wrong

+

We cannot process your request at this time, please try again later. Go back to Pixelfed.

@endsection diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index c141503df..5f2c20583 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -2,14 +2,9 @@ @section('content')
-
-
-
-

Service Unavailable

-

Our services are in maintenance mode, please try again later.

- -
-
+
+

Service Unavailable

+

Our service is in maintenance mode, please try again later. Go back to Pixelfed.

@endsection