Update geofence message in the app. #787

This commit is contained in:
Korina Cordero 2024-01-30 02:24:08 -05:00
parent 35b3b23e55
commit 5717eddaa0

View file

@ -162,6 +162,6 @@ class ApiController extends BaseApiController
protected function getGeoErrorMessage() protected function getGeoErrorMessage()
{ {
return 'Oops! Our service is limited to some areas in Metro Manila, Laguna, Cavite, Pampanga and Baguio only. We will update you as soon as we are able to cover your area'; return 'Our services are currently limited to some areas in Metro Manila, Baguio, Batangas, Laguna, Cavite, Pampanga, and Palawan. We will update you as soon as we are available in your area. Thank you for understanding. Keep safe!';
} }
} }