File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
browser/main/modals/PreferencesModal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ class HotkeyTab extends React.Component {
151
151
</ div >
152
152
</ div >
153
153
< div styleName = 'group-section' >
154
- < div styleName = 'group-section-label' > { i18n . __ ( 'Paste Smartly ' ) } </ div >
154
+ < div styleName = 'group-section-label' > { i18n . __ ( 'Paste HTML ' ) } </ div >
155
155
< div styleName = 'group-section-control' >
156
156
< input styleName = 'group-section-control-input'
157
157
onChange = { ( e ) => this . handleHotkeyChange ( e ) }
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ class UiTab extends React.Component {
561
561
ref = 'enableSmartPaste'
562
562
type = 'checkbox'
563
563
/>
564
- { i18n . __ ( 'Enable smart paste' ) }
564
+ { i18n . __ ( 'Enable HTML paste' ) }
565
565
</ label >
566
566
</ div >
567
567
You can’t perform that action at this time.
0 commit comments