Skip to content

Commit

Permalink
improve menu wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Sep 18, 2021
1 parent 9c926bf commit 3312a2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/popup/sections/appearance.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ export default ({ getSwitchProps }) => (
}
{...getSwitchProps('matchRoomHidePlayerControls')}
/>
<ListSubheader divider>Team page</ListSubheader>
<ListSubheader divider>Team Page</ListSubheader>
<ListItemSwitch
primary="Detailed Team Information"
secondary="Show detailed roster information about team."
primary="Show Additional Team Member Information"
secondary="Show additional information (country flags, game name, Elo) on team members."
{...getSwitchProps('teamRosterPlayersInfo')}
/>
<ListSubheader divider>Other page elements</ListSubheader>
<ListSubheader divider>Other Page Elements</ListSubheader>
<ListItemSwitch
primary="Hide FACEIT Client download banner"
secondary={`Hide the orange banner that says "THE FACEIT CLIENT HAS LANDED, DOWNLOAD IT NOW"`}
Expand Down

0 comments on commit 3312a2c

Please sign in to comment.