Fix copy since it's not just replying to one person

This commit is contained in:
Lim Chee Aun 2022-12-16 00:51:08 +08:00
parent a41b18b331
commit 859500a292

View file

@ -453,6 +453,7 @@ function Compose({
<div class="status-preview-legend reply-to"> <div class="status-preview-legend reply-to">
Replying to @ Replying to @
{replyToStatus.account.acct || replyToStatus.account.username} {replyToStatus.account.acct || replyToStatus.account.username}
&rsquo;s status
</div> </div>
</div> </div>
)} )}