Skip to content

Commit e6c5811

Browse files
author
Emmanouil Konstantinidis
committed
Fix tests
1 parent 34c3b62 commit e6c5811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/stores/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var NotificationsStore = Reflux.createStore({
4646
if (showNotification) {
4747
var body = (countNew = 1 ?
4848
'You\'ve got a new notification' :
49-
'You\'ve got ' + countNew + 'notifications');
49+
'You\'ve got ' + countNew + 'notifications');
5050
var nativeNotification = new Notification('Gitify', {
5151
body: body
5252
});

0 commit comments

Comments
 (0)