diff --git a/src/frontend/src/components/nav/NotificationDrawer.tsx b/src/frontend/src/components/nav/NotificationDrawer.tsx index d38abada8b..3510fc4db7 100644 --- a/src/frontend/src/components/nav/NotificationDrawer.tsx +++ b/src/frontend/src/components/nav/NotificationDrawer.tsx @@ -97,12 +97,18 @@ export function NotificationDrawer({ to={notification?.target?.link} target="_blank" > - {notification.target?.name ?? 'target'} + {notification.target?.name ?? + notification.name ?? + t`Notification`} ) : ( - {notification.target?.name ?? 'target'} + + {notification.target?.name ?? + notification.name ?? + t`Notification`} + )} - {notification.age_human ?? 'name'} + {notification.age_human ?? ''}