Skip to content

Commit

Permalink
Fix #53131 - "Text Editor" etc category label needs to match parent
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jun 28, 2018
1 parent fb7e312 commit ad7253d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const tocData: ITOCEntry = {
},
{
id: 'editor/editor',
label: localize('editor', "Editor"),
label: localize('textEditor', "Text Editor"),
settings: ['editor.*']
}
]
Expand Down

0 comments on commit ad7253d

Please sign in to comment.