Update empty state subtitle for notifications with new text clarifying triggers and announcements

This commit is contained in:
MartinBraquet
2026-07-26 12:52:17 +02:00
parent 833b82feea
commit e218fe4aa8

View File

@@ -125,7 +125,7 @@ function LoadedNotificationsContent(props: {user: User}) {
<div className={'text-ink-500 max-w-xs text-sm'}>
{t(
'notifications.empty_subtitle',
'When someone likes, matches with, or messages you, it will show up here.',
'When someone reciprocates your private interest or endorses you, or when we have platform announcements, it will show up here.',
)}
</div>
</Col>