diff --git a/src/webui/html/index.html b/src/webui/html/index.html index 60b34cab4..ecede2147 100644 --- a/src/webui/html/index.html +++ b/src/webui/html/index.html @@ -66,7 +66,7 @@
  • _(&About)
  • -
  • _(&Shutdown)
  • +
  • _(&Shutdown)
  • diff --git a/src/webui/scripts/mocha-init.js b/src/webui/scripts/mocha-init.js index 6913e6931..4d9ae2c37 100644 --- a/src/webui/scripts/mocha-init.js +++ b/src/webui/scripts/mocha-init.js @@ -286,7 +286,7 @@ initializeWindows = function(){ addClickEvent('shutdown', function(e){ new Event(e).stop(); new Request({url: 'command/shutdown'}).send(); - document.write("qBittorrent-nox has been shutdown.

    qBittorrent-nox has been shutdown.

    "); //TODO Can someone with artistic skills put a pretty webpage here + document.write("_(qBittorrent has been shutdown.)

    _(qBittorrent has been shutdown.)

    "); //TODO Can someone with artistic skills put a pretty webpage here stop(); });