From: Mark Clarkstone Date: Fri, 6 Jan 2017 00:13:10 +0000 (+0000) Subject: mdhelp/wizard: tweak the wizard start page text and make it so the Help button displa... X-Git-Tag: v4.2.1~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db3eecbfcbe069c020a8016da2a269445330df2;p=thirdparty%2Ftvheadend.git mdhelp/wizard: tweak the wizard start page text and make it so the Help button displays the help doc index rather than displaying an error --- diff --git a/docs/wizard/hello.md b/docs/wizard/hello.md index 5cc728e7e..5960b976e 100644 --- a/docs/wizard/hello.md +++ b/docs/wizard/hello.md @@ -18,4 +18,4 @@ like to help translate Tvheadend see language can result in garbled EPG text; if this happens, don't panic, as you can easily change it later. -**The interface will reload using your preferred language (if the translation is available).** +**The interface will reload in your chosen language (if the translation is available).** diff --git a/src/webui/static/app/wizard.js b/src/webui/static/app/wizard.js index cc14d73a5..e70a09987 100644 --- a/src/webui/static/app/wizard.js +++ b/src/webui/static/app/wizard.js @@ -162,7 +162,7 @@ tvheadend.wizard_start = function(page) { cancel: cancel, uilevel: 'expert', help: function() { - new tvheadend.mdhelp('wizard'); + new tvheadend.mdhelp('index'); } }); }