diff --git a/app/soapbox/features/notifications/components/notification.tsx b/app/soapbox/features/notifications/components/notification.tsx index 268539dd2..b413517e6 100644 --- a/app/soapbox/features/notifications/components/notification.tsx +++ b/app/soapbox/features/notifications/components/notification.tsx @@ -284,8 +284,7 @@ const Notification: React.FC = (props) => { const ariaLabel = messages[type] ? ( notificationForScreenReader( intl, - intl.formatMessage(messages[type], - { + intl.formatMessage(messages[type], { name: account && typeof account === 'object' ? account.acct : '', targetName, }),