diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-23 21:46:14 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-23 21:46:14 -0500 |
commit | ae14e320388fa5e7f400bff1c251ef885b7952e6 (patch) | |
tree | fe5375cf0a0619e148ecb9005984fc81f40d744b /FS | |
parent | e1acfb2921b35fe097015208e8072a2675d01d69 (diff) |
71873: GlobalVision - directions [better error handling]
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 57761bb48..6bfbf983c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2071,7 +2071,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', }, |