From 226a9d68974c0c64368bca68c127fafd34e8f375 Mon Sep 17 00:00:00 2001 From: wildsight Date: Wed, 23 May 2018 13:39:51 -0600 Subject: [PATCH] Update GetFields.php --- api/v3/examples/Setting/GetFields.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v3/examples/Setting/GetFields.php b/api/v3/examples/Setting/GetFields.php index 3d2c08eaf8..365244a18d 100644 --- a/api/v3/examples/Setting/GetFields.php +++ b/api/v3/examples/Setting/GetFields.php @@ -2313,7 +2313,7 @@ function setting_getfields_expectedresult() { ), 'default' => '', 'title' => 'Geocoding Provider', - 'description' => 'You may choose a different webservice for geocoding. This is required if there is no geo-coding plugin for your selected mapping provider. You can leave the Geocoding fields blank if you are using Google as your mapping provider.', + 'description' => 'You may choose a different webservice for geocoding or select the same service.', ), 'mapAPIKey' => array( 'add' => '4.7', @@ -2332,7 +2332,7 @@ function setting_getfields_expectedresult() { ), 'default' => '', 'title' => 'Map Provider Key', - 'description' => 'Enter your API Key or Application ID. An API Key is currently optional for Google Maps API, but may be helpful diagnosing any problems and required for higher volumes of requests. Refer to developers.google.com for the latest information.', + 'description' => 'Enter your API Key or Application ID. An API Key is required for the Google Maps API. Refer to developers.google.com for the latest information.', ), 'mapProvider' => array( 'add' => '4.7', -- 2.25.1