use SdkConfig brand name instead of static "Riot"

Signed-off-by: Thomas Karner <thomas.karner@bytepoets.com>
This commit is contained in:
Thomas Karner 2019-04-15 09:13:18 +02:00
parent 9478ccc683
commit e256dd6b05

View file

@ -1797,7 +1797,7 @@ export default React.createClass({
},
_setPageSubtitle: function(subtitle='') {
document.title = `Riot ${subtitle}`;
document.title = `${SdkConfig.get().brand || 'Riot'} ${subtitle}`;
},
updateStatusIndicator: function(state, prevState) {