diff --git a/api/v3/examples/Setting/GetFields.php b/api/v3/examples/Setting/GetFields.php index 3d2c08eaf8b3..365244a18de5 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', diff --git a/settings/Map.setting.php b/settings/Map.setting.php index a465b253e0cc..aee9fdfae347 100644 --- a/settings/Map.setting.php +++ b/settings/Map.setting.php @@ -72,7 +72,7 @@ ), 'default' => NULL, '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', @@ -91,7 +91,7 @@ ), 'default' => NULL, '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', diff --git a/templates/CRM/Admin/Form/Setting/Mapping.tpl b/templates/CRM/Admin/Form/Setting/Mapping.tpl index 498744d2130c..15b7a2a5beba 100644 --- a/templates/CRM/Admin/Form/Setting/Mapping.tpl +++ b/templates/CRM/Admin/Form/Setting/Mapping.tpl @@ -37,12 +37,12 @@