Update SettingsPage.jsx

This commit is contained in:
Jason Blais
2017-02-22 10:24:19 -05:00
committed by GitHub
parent c13f4ea88e
commit a1db6d521c

View File

@@ -309,9 +309,9 @@ const SettingsPage = React.createClass({
ref='flashWindow'
checked={this.state.notifications.flashWindow === 2}
onChange={this.handleFlashWindow}
>{'Flash taskbar icon when a new message is received'}
>{'Flash app window and taskbar icon when a new message is received'}
<HelpBlock>
{'If enabled, taskbar icon flashes for a few seconds when a new message is received.'}
{'If enabled, app window and taskbar icon flashes for a few seconds when a new message is received.'}
</HelpBlock>
</Checkbox>);
}