[MM-34820] Improve spell check's option help text (#1543)

* improve spell check text

* Update src/renderer/components/SettingsPage.jsx

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>
This commit is contained in:
Guillermo Vayá
2021-04-15 19:41:34 +02:00
committed by GitHub
parent 03c80ced4e
commit 9f31d3c725

View File

@@ -456,8 +456,8 @@ export default class SettingsPage extends React.PureComponent {
>
{'Check spelling'}
<HelpBlock>
{'Highlight misspelled words in your messages.'}
{' Available for English, French, German, Portuguese, Spanish, and Dutch.'}
{'Highlight misspelled words in your messages based on your system language configuration.'}
{'Setting takes effect after restarting the app.'}
</HelpBlock>
</Checkbox>);