dev/core#43 - [Update] to Update geocoding setting text to reflect need for Google...
authorLars SG <lars@wildsight.ca>
Tue, 29 May 2018 22:48:24 +0000 (16:48 -0600)
committerEileen McNaughton <eileen@mcnaughty.com>
Tue, 29 May 2018 22:48:24 +0000 (10:48 +1200)
dev/core#43 - [Update] to Update geocoding setting text to reflect need for Google API key

api/v3/examples/Setting/GetFields.php
settings/Map.setting.php
templates/CRM/Admin/Form/Setting/Mapping.tpl

index 365244a18de519eddc73aa9b771eb42e058dae82..1a576bab77d23efeb9fdf5b3ace4837dcf2edfbe 100644 (file)
@@ -2313,7 +2313,7 @@ function setting_getfields_expectedresult() {
         ),
         'default' => '',
         'title' => 'Geocoding Provider',
-        'description' => 'You may choose a different webservice for geocoding or select the same service.',
+        'description' => 'This can be the same or different from the mapping provider selected.',
       ),
       'mapAPIKey' => array(
         'add' => '4.7',
index aee9fdfae34709467d4ab8871f3a9b9ea7cd0d75..77c31f8b8e2968013ca5fa5af764fb664c01bae9 100644 (file)
@@ -72,7 +72,7 @@ return array(
     ),
     'default' => NULL,
     'title' => 'Geocoding Provider',
-    'description' => 'You may choose a different webservice for geocoding or select the same service.',
+    'description' => 'This can be the same or different from the mapping provider selected.',
   ),
   'mapAPIKey' => array(
     'add' => '4.7',
index 15b7a2a5beba80309e4c92a6557010d002829de9..ae4f89952f2e4e56cb3abd666be71668246a8020 100644 (file)
@@ -42,7 +42,7 @@
          <tr class="crm-map-form-block-geoProvider">
              <td>{$form.geoProvider.label}</td>
              <td>{$form.geoProvider.html}<br />
-             <span class="description">{ts}You may choose a different webservice for geocoding or select the same service.{/ts}</span></td>
+             <span class="description">{ts}This can be the same or different from the mapping provider selected.{/ts}</span></td>
          </tr>
          <tr class="crm-map-form-block-geoAPIKey">
              <td>{$form.geoAPIKey.label}</td>