Fix typo for location of PMS logs path

This commit is contained in:
Jonathan Wong 2015-09-13 14:04:20 -07:00
parent b860f9a5e8
commit f2024b0854

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);