diff --git a/src/browser/components/SettingsPage.jsx b/src/browser/components/SettingsPage.jsx index 6cc0eaf8..4604b1fa 100644 --- a/src/browser/components/SettingsPage.jsx +++ b/src/browser/components/SettingsPage.jsx @@ -451,7 +451,7 @@ const SettingsPage = createReactClass({ checked={this.state.notifications.bounceIcon} onChange={this.handleBounceIcon} style={{marginRight: '10px'}} - >{'Bounce the dock icon'} + >{'Bounce the Dock icon'} - {'If enabled, the dock icon bounces once or until the user opens the app when a new message is received.'} + {'If enabled, the Dock icon bounces once or until the user opens the app when a new message is received.'} );