diff --git a/app/soapbox/components/media_gallery.js b/app/soapbox/components/media_gallery.js
index f8e9dc51e..22ed2473d 100644
--- a/app/soapbox/components/media_gallery.js
+++ b/app/soapbox/components/media_gallery.js
@@ -605,7 +605,7 @@ class MediaGallery extends React.PureComponent {
}
if (inReview) {
- summary = ;
+ summary = ;
} else {
summary = ;
}
diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json
index 7ce350976..4a9d1318f 100644
--- a/app/soapbox/locales/en.json
+++ b/app/soapbox/locales/en.json
@@ -990,7 +990,7 @@
"status.favourite": "Like",
"status.filtered": "Filtered",
"status.in_review_warning": "Content Under Review",
- "status.in_review_summary.summary": "This Truth has been sent to Moderation for review and is only visible to you.",
+ "status.in_review_summary.summary": "This post has been sent to Moderation for review and is only visible to you.",
"status.in_review_summary.contact": "If you believe this is in error please {link}.",
"status.in_review_summary.link": "Contact Support",
"status.load_more": "Load more",