diff --git a/src/browser/components/SettingsPage.jsx b/src/browser/components/SettingsPage.jsx index 884be5b3..112d477c 100644 --- a/src/browser/components/SettingsPage.jsx +++ b/src/browser/components/SettingsPage.jsx @@ -194,7 +194,7 @@ const SettingsPage = React.createClass({ onChange={this.handleChangeAutoStart} >{'Start app on login'} - {'Enabling automatically starts the app when you log in to your machine.'} + {'If enabled, the app starts automatically when you log in to your machine.'} {' '} {'The app will initially start minimized and appear on the taskbar.'} @@ -210,9 +210,9 @@ const SettingsPage = React.createClass({ onChange={this.handleChangeDisableWebSecurity} >{'Display secure content only'} - {'Enabling allows only secure (HTTPS/SSL) content.'} + {'If enabled, the app only displays secure (HTTPS/SSL) content.'} {' '} - {'Disabling allows the app to display non-secure (HTTP) content such as images.'} + {'If disabled, the app displays secure and non-secure (HTTP) content such as images.'} ); @@ -241,7 +241,7 @@ const SettingsPage = React.createClass({ onChange={this.handleFlashWindow} >{'Flash taskbar icon when a new message is received'} - {'Taskbar icon flashes for a few seconds when a new message is received.'} + {'If enabled, taskbar icon flashes for a few seconds when a new message is received.'} ); } @@ -304,7 +304,7 @@ const SettingsPage = React.createClass({ > {'Leave app running in notification area when application window is closed'} - {'Enabling will leave the app running in the notification center when app window is closed.'} + {'If enabled, the app stays running in the notification area after app window is closed.'} {this.state.trayWasVisible || !this.state.showTrayIcon ? '' : ' Setting takes effect after restarting the app.'} );