Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor bug fix for name of Debug Configuration
  • Loading branch information
agitate authored and perexg committed Dec 5, 2015
1 parent a3906ce commit e731017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/tvhlog.js
Expand Up @@ -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');
}
});

Expand Down

0 comments on commit e731017

Please sign in to comment.