diff --git a/app/soapbox/features/notifications/components/notification.tsx b/app/soapbox/features/notifications/components/notification.tsx index 642b92a7f..cbf67c4dd 100644 --- a/app/soapbox/features/notifications/components/notification.tsx +++ b/app/soapbox/features/notifications/components/notification.tsx @@ -104,7 +104,7 @@ const messages: Record = defineMessages({ }, update: { id: 'notification.update', - defaultMessage: '{name} edited a post', + defaultMessage: '{name} edited a post you interacted with', }, });