Update SettingsPage.jsx

This commit is contained in:
Jason Blais 2017-11-15 10:07:56 -05:00 committed by GitHub
parent f970fda2e3
commit c315323545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'}
</Checkbox>
<Radio
inline={true}
@ -476,7 +476,7 @@ const SettingsPage = createReactClass({
<HelpBlock
style={{marginLeft: '20px'}}
>
{'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.'}
</HelpBlock>
</FormGroup>
);