Fix grammar error

This commit is contained in:
Jason Blais
2017-02-22 10:46:28 -05:00
committed by GitHub
parent caede34a8c
commit 8ef371c1b5

View File

@@ -311,7 +311,7 @@ const SettingsPage = React.createClass({
onChange={this.handleFlashWindow}
>{'Flash app window and taskbar icon when a new message is received'}
<HelpBlock>
{'If enabled, app window and taskbar icon flashes for a few seconds when a new message is received.'}
{'If enabled, app window and taskbar icon flash for a few seconds when a new message is received.'}
</HelpBlock>
</Checkbox>);
}