From d59fa058124e363d0d3c7855539e1208679002bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 12 Aug 2022 13:42:19 +0200 Subject: [PATCH] Add more context to post edit notification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/features/notifications/components/notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, });