diff --git a/app/soapbox/components/birthday_reminders.js b/app/soapbox/components/birthday_reminders.js index c6991dfc7..d57452150 100644 --- a/app/soapbox/components/birthday_reminders.js +++ b/app/soapbox/components/birthday_reminders.js @@ -82,7 +82,7 @@ class BirthdayReminders extends ImmutablePureComponent { ); if (birthdays.size === 1) { - return ; + return ; } return ( @@ -109,7 +109,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(