1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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