From 423641a45128f2a21959578b97dcb122ff6aecb6 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Sun, 6 Oct 2019 16:27:21 +0100 Subject: [PATCH] Remove Yahoo references Remove references to Yahoo Geocoder which is no longer included core. --- templates/CRM/Admin/Form/Setting/Mapping.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Admin/Form/Setting/Mapping.tpl b/templates/CRM/Admin/Form/Setting/Mapping.tpl index 557c924236..1866eebb3e 100644 --- a/templates/CRM/Admin/Form/Setting/Mapping.tpl +++ b/templates/CRM/Admin/Form/Setting/Mapping.tpl @@ -24,7 +24,7 @@ +--------------------------------------------------------------------+ *}
- {ts}CiviCRM includes plugins for several mapping and geocoding web services. When your users save a contact or event location address, a geocoding service will convert the address into geographical coordinates, which are required for mapping. Yahoo’s geocoder will also automatically populate the postal code field. Mapping services allow your users to display addresses on a map.{/ts} {help id='map-intro-id'} + {ts}CiviCRM includes plugins for several mapping and geocoding web services. When your users save a contact or event location address, a geocoding service will convert the address into geographical coordinates, which are required for mapping. Mapping services allow your users to display addresses on a map.{/ts} {help id='map-intro-id'}
{include file="CRM/common/formButtons.tpl" location="top"}
@@ -47,7 +47,7 @@ {$form.geoAPIKey.label} {$form.geoAPIKey.html|crmAddClass:huge}
- {ts}Enter the API key or Application ID associated with your geocoding provider (not required for Yahoo).{/ts} + {ts}Enter the API key or Application ID associated with your geocoding provider.{/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}
-- 2.25.1