diff --git a/src/browser/components/SettingsPage.jsx b/src/browser/components/SettingsPage.jsx index 4604b1fa..f53c9296 100644 --- a/src/browser/components/SettingsPage.jsx +++ b/src/browser/components/SettingsPage.jsx @@ -491,7 +491,7 @@ const SettingsPage = createReactClass({ checked={this.state.showTrayIcon} onChange={this.handleChangeShowTrayIcon} >{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'} {'Setting takes effect after restarting the app.'}