From 746aad9a18c10e263d70fd2fbae44d417ac2b463 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 19 Sep 2016 14:47:08 +0100 Subject: [PATCH] Oops, missed one --- src/components/structures/MatrixChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 814bbb2eb4..47d316e966 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -973,7 +973,7 @@ module.exports = React.createClass({ } catch (e) { console.warn("Failed to set badge count: "+e.message); } - document.title = `Vector ${state === "ERROR" ? " [offline]" : ""}${notifCount > 0 ? ` [${notifCount}]` : ""}`; + document.title = `Riot ${state === "ERROR" ? " [offline]" : ""}${notifCount > 0 ? ` [${notifCount}]` : ""}`; }, onUserSettingsClose: function() {