1
0
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:
Junyoung Choi (Sai)
2018-02-03 14:27:55 +09:00
committed by GitHub
10 changed files with 48 additions and 52 deletions

View File

@@ -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)}