Merge pull request from JonnyWong16/miscellaneous-fixes

Fix typo for location of PMS logs path
This commit is contained in:
drzoidberg33 2015-09-13 23:28:23 +02:00
commit 46e6250329

View file

@ -1169,7 +1169,7 @@ $(document).ready(function() {
function checkLogsPath() {
if ($("#pms_logs_folder").val() == '') {
$("#debugLogCheck").html("You must first define your Plex Server Logs folder path under the Extra Settings tab.");
$("#debugLogCheck").html("You must first define your Plex Server Logs folder path under the Plex Media Server tab.");
$("#ip_logging_enable").attr("disabled", true);
} else {
$("#ip_logging_enable").attr("disabled", false);