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

Merge pull request #2429 from jacobherrington/bug/capitalize-toggle-editor-mode

Capitalize settings labels
This commit is contained in:
Junyoung Choi (Sai)
2018-10-01 02:13:49 +09:00
committed by GitHub
21 changed files with 26 additions and 26 deletions

View File

@@ -498,7 +498,7 @@ class UiTab extends React.Component {
</div>
</div>
<div styleName='group-section'>
<div styleName='group-section-label'>{i18n.__('Code block Theme')}</div>
<div styleName='group-section-label'>{i18n.__('Code Block Theme')}</div>
<div styleName='group-section-control'>
<select value={config.preview.codeBlockTheme}
ref='previewCodeBlockTheme'