Rephrased wording of a setting

https://github.com/mattermost/desktop/issues/193#issuecomment-231553779
This commit is contained in:
Kolja Lampe 2016-07-09 22:59:18 +02:00
parent fde01f922d
commit ffb61c2c7c

View file

@ -231,7 +231,7 @@ var SettingsPage = React.createClass({
notifications_row = (
<Row id="notificationsRow">
<Col md={ 12 }>
<h3>Notifications</h3> Configure, that the taskicon in the taskbar blinks when new message arrives.
<h3>Notifications</h3> Flash the taskbar icon when a new message is received.
{ notificationElements }
</Col>
</Row>