diff --git a/web/src/ui/timeline/content/PolicyRuleBody.tsx b/web/src/ui/timeline/content/PolicyRuleBody.tsx index 989ec01..12211c4 100644 --- a/web/src/ui/timeline/content/PolicyRuleBody.tsx +++ b/web/src/ui/timeline/content/PolicyRuleBody.tsx @@ -50,8 +50,8 @@ const BanPolicyBody = ({ event, sender }: EventContentProps) => { } } return
- {sender?.content.displayname ?? event.sender} {action} a policy rule {action === "removed" ? "un" : null}  - banning {entity} for: {content.reason} + {sender?.content.displayname ?? event.sender} {action} a policy + rule {action === "removed" ? "un" : null} banning {entity} for: {content.reason}
}