White label new setting message on SettingsPage.jsx

This commit is contained in:
David Meza 2017-11-26 22:34:43 -05:00
parent 59209ae604
commit 8f91ea5b77

View file

@ -491,7 +491,7 @@ const SettingsPage = createReactClass({
checked={this.state.showTrayIcon} checked={this.state.showTrayIcon}
onChange={this.handleChangeShowTrayIcon} onChange={this.handleChangeShowTrayIcon}
>{process.platform === 'darwin' ? >{process.platform === 'darwin' ?
'Show Mattermost icon in the menu bar' : `Show ${remote.app.getName()} icon in the menu bar` :
'Show icon in the notification area'} 'Show icon in the notification area'}
<HelpBlock> <HelpBlock>
{'Setting takes effect after restarting the app.'} {'Setting takes effect after restarting the app.'}