From 8dfdd491b332a8686b685b95e3d4d5b060fa24e1 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Fri, 27 Jun 2025 12:45:20 +0800 Subject: [PATCH] E-Invoice - Updated maintenance message --- config/maintenance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."), ];