Tweak setting help text for Dock icon bounce setting

This commit is contained in:
Jason Blais
2018-01-18 08:17:47 -05:00
committed by GitHub
parent 52559111fa
commit 8dda44f023

View File

@@ -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 notification is received.'}
</HelpBlock>
</FormGroup>
);