Skip to content

Commit

Permalink
Update hide chat header setting string (night#3661)
Browse files Browse the repository at this point in the history
The room selector is no longer a feature, so I've updated this string accordingly.
  • Loading branch information
pointydev authored and night committed Dec 4, 2019
1 parent 2edb003 commit 812fc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/hide_room_selector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class HideRoomSelectorModule {
id: 'hideRoomSelector',
name: 'Hide Chat Header',
defaultValue: false,
description: 'Hides the room selector and viewer list button above chat'
description: 'Hides the "Stream Chat" title and viewer list button above chat'
});
settings.on('changed.hideRoomSelector', () => this.load());
this.load();
Expand Down

0 comments on commit 812fc05

Please sign in to comment.