diff --git a/ApiClient.js b/ApiClient.js
index 6228c9106b..7a2fae3e93 100644
--- a/ApiClient.js
+++ b/ApiClient.js
@@ -637,10 +637,9 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) {
};
/**
- * Instructs the server to perform a pending kernel reload or app restart.
- * If a restart is not currently required, nothing will happen.
+ * Instructs the server to perform a restart.
*/
- self.performPendingRestart = function () {
+ self.restartServer = function () {
var url = self.getUrl("System/Restart");
diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html
index 05586a8f98..ef795a8336 100644
--- a/dashboard-ui/dashboard.html
+++ b/dashboard-ui/dashboard.html
@@ -27,7 +27,7 @@
There was an error connecting to the remote Media Browser repository.