summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-09-23 21:46:14 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-09-27 12:22:33 -0500
commit302a18ba3d7f4a2527f68e7e07989d37a6db38fc (patch)
tree242aba375ea569edd025fe9caf5a583ed3ca6c9f /FS
parent90c1ccf59eae95cb54907d6cb0ffc989eb3d2399 (diff)
71873: GlobalVision - directions [better error handling]
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 1327e69ec..562de7411 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2094,7 +2094,7 @@ and customer address. Include units.',
{
'key' => 'google_maps_api_key',
'section' => 'addresses',
- 'description' => 'API key for google maps. This must be set for map and directions links to appear on customer pages. See <a href="https://developers.google.com/maps/documentation/javascript/get-api-key">Getting a Google Maps API Key</a>',
+ 'description' => 'API key for google maps. This must be set for map and directions links to work. See <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_top">Getting a Google Maps API Key</a>',
'type' => 'text',
},