We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c25a8 commit 0b06dcaCopy full SHA for 0b06dca
1 file changed
src/js/utils/notifications.ts
@@ -39,7 +39,7 @@ export default {
39
notificationUrl = notification.subject.url;
40
} else {
41
title = 'Gitify';
42
- body = `You have got ${count} notifications.`;
+ body = `You have ${count} notifications.`;
43
}
44
45
const nativeNotification = new Notification(title, {
0 commit comments