From 9a8c9659b06ef6490e483a0ab897c96c40e69a22 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 22 Nov 2024 10:08:47 +0100 Subject: [PATCH] fix: Replace "interacted with" with "reblogged" (#1564) By clear about the situations in which the `update` status type is sent. --- content/en/entities/Notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/entities/Notification.md b/content/en/entities/Notification.md index c13c6fc..687b558 100644 --- a/content/en/entities/Notification.md +++ b/content/en/entities/Notification.md @@ -32,7 +32,7 @@ aliases: [ `follow_request` = Someone requested to follow you\ `favourite` = Someone favourited one of your statuses\ `poll` = A poll you have voted in or created has ended\ -`update` = A status you interacted with has been edited\ +`update` = A status you reblogged has been edited\ `admin.sign_up` = Someone signed up (optionally sent to admins)\ `admin.report` = A new report has been filed\ `severed_relationships` = Some of your follow relationships have been severed as a result of a moderation or block event\