]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Minor bug fix for name of Debug Configuration
authorAdam Bowen <adamb@agitate.org.uk>
Thu, 3 Dec 2015 14:53:16 +0000 (14:53 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 5 Dec 2015 18:11:03 +0000 (19:11 +0100)
src/webui/static/app/tvhlog.js

index 4bdfe67b3db9b4e159b7b8d5468b7f5e4c65d005..ac9d01f70ccfdccaa703d2cd5811053943519910 100644 (file)
@@ -25,7 +25,7 @@ tvheadend.tvhlog = function(panel, index) {
         saveTooltip: _('Apply any changes made below to the run-time configuration.') + '<br/>' +
                      _('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');
         }
     });