File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/modules/IDE/components/Preferences Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default function Preferences() {
4343 tabIndex,
4444 fontSize,
4545 autosave,
46- wordwrap ,
46+ linewrap ,
4747 lineNumbers,
4848 lintWarning,
4949 textOutput,
@@ -398,7 +398,7 @@ export default function Preferences() {
398398 id = "wordwrap-on"
399399 className = "preference__radio-button"
400400 value = "On"
401- checked = { wordwrap }
401+ checked = { linewrap }
402402 />
403403 < label htmlFor = "wordwrap-on" className = "preference__option" >
404404 { t ( 'Preferences.On' ) }
@@ -411,7 +411,7 @@ export default function Preferences() {
411411 id = "wordwrap-off"
412412 className = "preference__radio-button"
413413 value = "Off"
414- checked = { ! wordwrap }
414+ checked = { ! linewrap }
415415 />
416416 < label htmlFor = "wordwrap-off" className = "preference__option" >
417417 { t ( 'Preferences.Off' ) }
You can’t perform that action at this time.
0 commit comments