diff --git a/config/maintenance.php b/config/maintenance.php index 7ac7d65a..66376756 100644 --- a/config/maintenance.php +++ b/config/maintenance.php @@ -2,5 +2,5 @@ return [ 'title' => env('MAINTENANCE_MESSAGE_TITLE', "We'll be back soon!"), - 'message' => env('MAINTENANCE_MESSAGE', "Sorry for the inconvenience but we're performing some maintenance at the moment. We'll be back online shortly!"), + 'message' => env('MAINTENANCE_MESSAGE', "Sorry for the inconvenience but we're performing some maintenance at the moment."), ];