Skip to content

Commit

Permalink
dev/core#43 - [Update] to Update geocoding setting text to reflect ne…
Browse files Browse the repository at this point in the history
…ed for Google API key (#12232)

dev/core#43 - [Update] to Update geocoding setting text to reflect need for Google API key
  • Loading branch information
larssandergreen authored and eileenmcnaughton committed May 29, 2018
1 parent ef67a1d commit 8915563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v3/examples/Setting/GetFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion settings/Map.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
),
'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',
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/Setting/Mapping.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8915563

Please sign in to comment.