From: Adam Bowen Date: Thu, 3 Dec 2015 14:53:16 +0000 (+0000) Subject: Minor bug fix for name of Debug Configuration X-Git-Tag: v4.2.1~1362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e731017bade9ad9da6b740bcd46e286053c5de56;p=thirdparty%2Ftvheadend.git Minor bug fix for name of Debug Configuration --- diff --git a/src/webui/static/app/tvhlog.js b/src/webui/static/app/tvhlog.js index 4bdfe67b3..ac9d01f70 100644 --- a/src/webui/static/app/tvhlog.js +++ b/src/webui/static/app/tvhlog.js @@ -25,7 +25,7 @@ tvheadend.tvhlog = function(panel, index) { saveTooltip: _('Apply any changes made below to the run-time configuration.') + '
' + _('They will be lost when the application next restarts.'), help: function() { - new tvheadend.help(_('Debug Configuration'), 'config_debug.html'); + new tvheadend.help(_('Debug Configuration'), 'config_debugging.html'); } });