Reword GeoLite2 install confirmation message

This commit is contained in:
JonnyWong16 2016-07-02 16:05:37 -07:00
parent 4d28e4603f
commit f7810f7f95

View file

@ -103,7 +103,8 @@ DOCUMENTATION :: END
$("#install_geoip_db, #reinstall_geoip_db").click(function () { $("#install_geoip_db, #reinstall_geoip_db").click(function () {
var msg = 'Are you sure you want to install the GeoLite2 database?<br /><br />' + var msg = 'Are you sure you want to install the GeoLite2 database?<br /><br />' +
'The database is used to lookup IP address geolocation info.<br />' + 'The database is used to lookup IP address geolocation info.<br />' +
'The database uses <strong>~65MB</strong> in your PlexPy directory.'; 'The database will be downloaded from <a href="${anon_url("https://dev.maxmind.com/geoip/geoip2/geolite2/")}" target="_blank">MaxMind</a>, <br />' +
'and requires <strong>100MB</strong> of free space to install in your PlexPy directory.<br />'
var url = 'install_geoip_db'; var url = 'install_geoip_db';
confirmAjaxCall(url, msg, 'Installing GeoLite2 database.', getConfigurationTable); confirmAjaxCall(url, msg, 'Installing GeoLite2 database.', getConfigurationTable);
}); });