Merge pull request #683 from mattermost/jasonblais-patch-2

Tweak setting help text for Dock icon bounce setting
This commit is contained in:
Jason Blais
2018-01-18 09:38:22 -05:00
committed by GitHub

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>
);