1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Capitalize Toggle editor mode in preferences

All of the other options are in Title Case so it makes sense to
change this option's label to Title Case as well.
This commit is contained in:
jacobherrington
2018-09-28 21:32:59 -05:00
parent 03b8dbbc44
commit 39fc5da98f
5 changed files with 5 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ class HotkeyTab extends React.Component {
</div>
</div>
<div styleName='group-section'>
<div styleName='group-section-label'>{i18n.__('Toggle editor mode')}</div>
<div styleName='group-section-label'>{i18n.__('Toggle Editor Mode')}</div>
<div styleName='group-section-control'>
<input styleName='group-section-control-input'
onChange={(e) => this.handleHotkeyChange(e)}