Skip to content

Commit 0b06dca

Browse files
authored
grammar fix in notification message (#436)
1 parent 21c25a8 commit 0b06dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/utils/notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
notificationUrl = notification.subject.url;
4040
} else {
4141
title = 'Gitify';
42-
body = `You have got ${count} notifications.`;
42+
body = `You have ${count} notifications.`;
4343
}
4444

4545
const nativeNotification = new Notification(title, {

0 commit comments

Comments
 (0)