diff --git a/chrome/content/zotero/xpcom/connector/server_connector.js b/chrome/content/zotero/xpcom/connector/server_connector.js index c50d4bc135..84ad52aad8 100644 --- a/chrome/content/zotero/xpcom/connector/server_connector.js +++ b/chrome/content/zotero/xpcom/connector/server_connector.js @@ -1689,9 +1689,8 @@ Zotero.Server.Connector.Ping.prototype = { */ init: function (req) { if (req.method == 'GET') { - return [200, "text/html", '' + - 'Zotero Connector Server is Available' + - 'Zotero Connector Server is Available']; + return [200, "text/html", '' + + 'Zotero is running']; } else { // Store the active URL so it can be used for site-specific Quick Copy if (req.data.activeURL) {