This commit is contained in:
nexy7574 2025-01-06 01:12:47 +00:00
parent a4f9d78a7a
commit cfa1e19f75

View file

@ -50,8 +50,8 @@ const BanPolicyBody = ({ event, sender }: EventContentProps) => {
}
}
return <div className="policy-body">
{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}&nbsp;
banning {entity} for: {content.reason}
</div>
}