From 0cfb28caa2b957bd9da915c0e5b417e4522008c0 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Sun, 6 Oct 2019 16:47:21 +0100 Subject: [PATCH] Remove Yahoo reference from the Mapping settings. --- settings/Map.setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/Map.setting.php b/settings/Map.setting.php index d89557c77d..733bcc0e0f 100644 --- a/settings/Map.setting.php +++ b/settings/Map.setting.php @@ -51,7 +51,7 @@ return [ ], 'default' => NULL, 'title' => 'Geo Provider Key', - 'description' => 'Enter the API key or Application ID associated with your geocoding provider (not required for Yahoo).', + 'description' => 'Enter the API key or Application ID associated with your geocoding provider.', ], 'geoProvider' => [ 'add' => '4.7', -- 2.25.1