Add more context to post edit notification

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-08-12 13:42:19 +02:00
parent cc5bb8b8e4
commit d59fa05812

View file

@ -104,7 +104,7 @@ const messages: Record<NotificationType, MessageDescriptor> = defineMessages({
}, },
update: { update: {
id: 'notification.update', id: 'notification.update',
defaultMessage: '{name} edited a post', defaultMessage: '{name} edited a post you interacted with',
}, },
}); });