diff --git a/src/js/utils/notifications.ts b/src/js/utils/notifications.ts index b8f758197..b043a8d0f 100644 --- a/src/js/utils/notifications.ts +++ b/src/js/utils/notifications.ts @@ -39,7 +39,7 @@ export default { notificationUrl = notification.subject.url; } else { title = 'Gitify'; - body = `You have got ${count} notifications.`; + body = `You have ${count} notifications.`; } const nativeNotification = new Notification(title, {