Skip to content

Commit

Permalink
fix(Spell checker): Fixed issues with spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Dec 13, 2017
1 parent fc49f23 commit 965fdf2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/settings/settings/EditSettingsForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ const messages = defineMessages({
id: 'settings.app.currentVersion',
defaultMessage: '!!!Current version:',
},
restartRequired: {
id: 'settings.app.restartRequired',
defaultMessage: '!!!Changes require restart',
},
});

@observer
Expand Down Expand Up @@ -158,7 +154,6 @@ export default class EditSettingsForm extends Component {
{/* Advanced */}
<h2 id="advanced">{intl.formatMessage(messages.headlineAdvanced)}</h2>
<Toggle field={form.$('enableSpellchecking')} />
<p className="settings__help">{intl.formatMessage(messages.restartRequired)}</p>
{/* <Select field={form.$('spellcheckingLanguage')} /> */}

{/* Updates */}
Expand Down

0 comments on commit 965fdf2

Please sign in to comment.