We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c3b62 commit e6c5811Copy full SHA for e6c5811
src/js/stores/notifications.js
@@ -46,7 +46,7 @@ var NotificationsStore = Reflux.createStore({
46
if (showNotification) {
47
var body = (countNew = 1 ?
48
'You\'ve got a new notification' :
49
- 'You\'ve got ' + countNew + 'notifications');
+ 'You\'ve got ' + countNew + 'notifications');
50
var nativeNotification = new Notification('Gitify', {
51
body: body
52
});
0 commit comments