From 570fd25a70cb78e8af4768a9f5072d149dd3e9a1 Mon Sep 17 00:00:00 2001 From: Sean Meininger Date: Sun, 10 Apr 2022 12:18:44 -0700 Subject: [PATCH] Grammatical fix for birthday reminder text --- app/soapbox/components/birthday_reminders.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/components/birthday_reminders.js b/app/soapbox/components/birthday_reminders.js index 12fa249fd..976e44720 100644 --- a/app/soapbox/components/birthday_reminders.js +++ b/app/soapbox/components/birthday_reminders.js @@ -81,7 +81,7 @@ class BirthdayReminders extends ImmutablePureComponent { ); if (birthdays.size === 1) { - return ; + return ; } return ( @@ -108,7 +108,7 @@ class BirthdayReminders extends ImmutablePureComponent { const { intl, birthdays, account } = this.props; if (birthdays.size === 1) { - return intl.formatMessage({ id: 'notification.birthday', defaultMessage: '{name} has birthday today' }, { name: account.get('display_name') }); + return intl.formatMessage({ id: 'notification.birthday', defaultMessage: '{name} has a birthday today' }, { name: account.get('display_name') }); } return intl.formatMessage(