Skip to content

Commit

Permalink
Fix spelling mistake (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzLevvie authored Mar 6, 2020
1 parent 2b91903 commit 141b635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings-web/src/components/GeneralSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class GeneralSettings extends React.Component <any, any> {
/>)
}
<ChoiceGroupSettingsControl
setting={{display_name: 'Chose Settings color',
setting={{display_name: 'Choose Settings color',
value: this.state.settings.general.theme,
options: [
{ key: 'system', text: 'System default app mode'},
Expand Down

0 comments on commit 141b635

Please sign in to comment.