Merge branch 'edits-notification' into 'develop'

Add more context to post edit notification

See merge request soapbox-pub/soapbox-fe!1726
environments/review-develop-3zknud/deployments/770
marcin mikołajczak 2022-08-12 16:12:52 +00:00
commit aa5b5dbaf6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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',
}, },
}); });