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

View File

@@ -451,7 +451,7 @@ const SettingsPage = createReactClass({
checked={this.state.notifications.bounceIcon} checked={this.state.notifications.bounceIcon}
onChange={this.handleBounceIcon} onChange={this.handleBounceIcon}
style={{marginRight: '10px'}} style={{marginRight: '10px'}}
>{'Bounce the dock icon'} >{'Bounce the Dock icon'}
</Checkbox> </Checkbox>
<Radio <Radio
inline={true} inline={true}
@@ -476,7 +476,7 @@ const SettingsPage = createReactClass({
<HelpBlock <HelpBlock
style={{marginLeft: '20px'}} 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> </HelpBlock>
</FormGroup> </FormGroup>
); );