From c315323545199e93117f4868fc3f481fa893c3aa Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Wed, 15 Nov 2017 10:07:56 -0500 Subject: [PATCH] Update SettingsPage.jsx --- src/browser/components/SettingsPage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.'} );