diff --git a/CHANGELOG.md b/CHANGELOG.md index e744bf225..5d7d9ffcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Profile: make verified badge more prominent, overlapping with avatar. ### Fixed +- Admin: fixed hover card in reports modal shows reporter not reportee - Chats: media attachments rendering at the wrong size and/or causing the chat to scroll on load. - Chats: don't display "copy" button for messages without text. - Posts: don't have to click the play button twice for embedded videos. diff --git a/app/soapbox/features/admin/components/report.tsx b/app/soapbox/features/admin/components/report.tsx index 2929a2bd1..d11e22a18 100644 --- a/app/soapbox/features/admin/components/report.tsx +++ b/app/soapbox/features/admin/components/report.tsx @@ -95,7 +95,7 @@ const Report: React.FC = ({ id }) => { id='admin.reports.report_title' defaultMessage='Report on {acct}' values={{ acct: ( - + @{acct} ) }}