Add more context to post edit notification
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
cc5bb8b8e4
commit
d59fa05812
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue