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:35:08 -0500
commit83dd6450b06d2cf06a7a0ad91aa7d7a18062c9ff (patch)
treeddeb99bda08a45a00b26d7609daa02057cd5dbf0 /FS
parente7451be44db0d8244f85059169ac6239b2440687 (diff)
71873: GlobalVision - directions [error handling v3 reconcile]
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 0c291666d..217c9f34a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2228,7 +2228,7 @@ and customer address. Include units.',
{
'key' => 'google_maps_api_key',
'section' => 'UI',
- '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',
},