Merge branch '787-update-geofence-message-in-app' into 'master'

Resolve "Update geofence message in app"

Closes #787

See merge request jankstudio/resq!898
This commit is contained in:
Ramon Gutierrez 2024-01-30 07:25:15 +00:00
commit 8ee1809a99

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!';
} }
} }