8000 Modify labels in theme section(much easier to understand) · csseditor/Boostnote@3a117c0 · GitHub
Skip to content

Commit 3a117c0

Browse files
committed
Modify labels in theme section(much easier to understand)
1 parent a0c83f3 commit 3a117c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

browser/main/modal/Preference/AppSettingTab.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default class AppSettingTab extends React.Component {
192192
</select>
193193
</div>
194194
<div className='sectionSelect'>
195-
<label>Code Theme</label>
195+
<label>Code block Theme</label>
196196
<select valueLink={this.linkState('config.theme-code')}>
197197
{
198198
hljsThemeList.map(function(v, i){
@@ -202,7 +202,7 @@ export default class AppSettingTab extends React.Component {
202202
</select>
203203
</div>
204204
<div className='sectionSelect'>
205-
<label>Syntax Theme</label>
205+
<label>Editor Theme</label>
206206
<select valueLink={this.linkState('config.theme-syntax')}>
207207
{
208208
aceThemeList.themes.map(function(v, i){

0 commit comments

Comments
 (0)