mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Merge pull request #1458 from cyalins/cyalins-patch-1
Improved overall wording and grammar of preferences
This commit is contained in:
@@ -150,10 +150,10 @@ class UiTab extends React.Component {
|
||||
return (
|
||||
<div styleName='root'>
|
||||
<div styleName='group'>
|
||||
<div styleName='group-header'>UI</div>
|
||||
<div styleName='group-header'>Interface</div>
|
||||
|
||||
<div styleName='group-section'>
|
||||
Color Theme
|
||||
Interface Theme
|
||||
<div styleName='group-section-control'>
|
||||
<select value={config.ui.theme}
|
||||
onChange={(e) => this.handleUIChange(e)}
|
||||
|
||||
Reference in New Issue
Block a user