From 9f31d3c72539bd8a7cea1dd57cfaee0cce1c2f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Vay=C3=A1?= Date: Thu, 15 Apr 2021 19:41:34 +0200 Subject: [PATCH] [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> --- src/renderer/components/SettingsPage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/SettingsPage.jsx b/src/renderer/components/SettingsPage.jsx index 85b70329..5f59e929 100644 --- a/src/renderer/components/SettingsPage.jsx +++ b/src/renderer/components/SettingsPage.jsx @@ -456,8 +456,8 @@ export default class SettingsPage extends React.PureComponent { > {'Check spelling'} - {'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.'} );