From 8ef371c1b565e01933ab665495a08945a6e5b9bb Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Wed, 22 Feb 2017 10:46:28 -0500 Subject: [PATCH] Fix grammar error --- src/browser/components/SettingsPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/components/SettingsPage.jsx b/src/browser/components/SettingsPage.jsx index 007fb015..bd439468 100644 --- a/src/browser/components/SettingsPage.jsx +++ b/src/browser/components/SettingsPage.jsx @@ -311,7 +311,7 @@ const SettingsPage = React.createClass({ onChange={this.handleFlashWindow} >{'Flash app window and taskbar icon when a new message is received'} - {'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.'} ); }