White label new setting message on SettingsPage.jsx
This commit is contained in:
@@ -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.'}
|
||||||
|
Reference in New Issue
Block a user