Skip to content

Commit 50669f6

Browse files
committed
update preferences' labels
1 parent 073a5d4 commit 50669f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser/main/modals/PreferencesModal/HotkeyTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class HotkeyTab extends React.Component {
151151
</div>
152152
</div>
153153
<div styleName='group-section'>
154-
<div styleName='group-section-label'>{i18n.__('Paste Smartly')}</div>
154+
<div styleName='group-section-label'>{i18n.__('Paste HTML')}</div>
155155
<div styleName='group-section-control'>
156156
<input styleName='group-section-control-input'
157157
onChange={(e) => this.handleHotkeyChange(e)}

browser/main/modals/PreferencesModal/UiTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ class UiTab extends React.Component {
561561
ref='enableSmartPaste'
562562
type='checkbox'
563563
/>&nbsp;
564-
{i18n.__('Enable smart paste')}
564+
{i18n.__('Enable HTML paste')}
565565
</label>
566566
</div>
567567

0 commit comments

Comments
 (0)