Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
use SdkConfig brand name instead of static "Riot"
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Karner <thomas.karner@bytepoets.com>
  • Loading branch information
Thomas Karner committed Apr 15, 2019
1 parent 9478ccc commit e256dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/MatrixChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e256dd6

Please sign in to comment.