diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-03-16 17:17:54 +0900 |
---|---|---|
committer | Minseo Lee <itoupluk427@gmail.com> | 2024-03-16 17:17:54 +0900 |
commit | 73dae9f7b5c169aa303e9ef9487040e850998edf (patch) | |
tree | 1427d2513f10cf2bfb7c4cf174052710b28d8ad5 /src | |
parent | 86d036cca8ea1546908b2e53b985162bc8023d3d (diff) | |
download | voidsky-73dae9f7b5c169aa303e9ef9487040e850998edf.tar.zst |
Update Modal.tsx
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/report/Modal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/report/Modal.tsx b/src/view/com/modals/report/Modal.tsx index 90697b078..02ecefc0f 100644 --- a/src/view/com/modals/report/Modal.tsx +++ b/src/view/com/modals/report/Modal.tsx @@ -26,7 +26,7 @@ const CollectionNames = { [CollectionId.FeedGenerator]: <Trans>Feed</Trans>, [CollectionId.Profile]: <Trans>Profile</Trans>, [CollectionId.List]: <Trans>List</Trans>, - [CollectionId.Post]: <Trans>Post</Trans>, + [CollectionId.Post]: <Trans context="description">Post</Trans>, } type ReportComponentProps = |