From fcc3a0a875f70494b5dd24dfcb89e215f54b6c97 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Wed, 30 Sep 2020 14:57:04 -0600 Subject: [PATCH] Grammar fix in notification message --- src/js/utils/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, {