Oops, missed one

This commit is contained in:
David Baker 2016-09-19 14:47:08 +01:00
parent c40a7a696e
commit 746aad9a18

View File

@ -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() {