about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-03-16 17:17:54 +0900
committerMinseo Lee <itoupluk427@gmail.com>2024-03-16 17:17:54 +0900
commit73dae9f7b5c169aa303e9ef9487040e850998edf (patch)
tree1427d2513f10cf2bfb7c4cf174052710b28d8ad5
parent86d036cca8ea1546908b2e53b985162bc8023d3d (diff)
downloadvoidsky-73dae9f7b5c169aa303e9ef9487040e850998edf.tar.zst
Update Modal.tsx
-rw-r--r--src/view/com/modals/report/Modal.tsx2
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 =