From 39dc9eff809d98d7da6ee16959f583d27db8b0bd Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Fri, 8 May 2020 14:29:00 +0800 Subject: [PATCH] Change no hub message for API #399 --- src/Controller/APIController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/APIController.php b/src/Controller/APIController.php index 2957b56d..ab540ca5 100644 --- a/src/Controller/APIController.php +++ b/src/Controller/APIController.php @@ -2294,7 +2294,7 @@ class APIController extends Controller implements LoggedController if (empty($nearest_hub_slots['hub'])) { $res->setError(true) - ->setErrorMessage('No hub found.'); + ->setErrorMessage('Thank you for reaching out to us. Due to the General Community Quarantine, our Operations are from 8AM to 6PM only. Please expect a call from us tomorrow and we will assist you with your request. Thank you and stay safe!'); return $res->getReturnResponse(); }