Skip to content

Commit 4d8b2c6

Browse files
committed
web: update settings modal options
1 parent 5f1498c commit 4d8b2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/settings/SettingsModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default class SettingsModal extends React.Component<SettingsProps, Settin
137137
key='fontLigatures'
138138
title='Font Ligatures'
139139
control={<Checkbox
140-
label='Enable programming font ligatures. Should be supported by font.'
140+
label='Enable programming font ligatures in supported fonts'
141141
defaultChecked={this.props.monaco?.fontLigatures}
142142
onChange={(_, val) => {
143143
this.touchMonacoProperty('fontLigatures', val);

0 commit comments

Comments
 (0)