From 39f682a4727b26c6b84367033a5937ab750f5dc2 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 19 Sep 2022 14:04:51 -0500 Subject: [PATCH] Self status typofix --- app/soapbox/components/media_gallery.js | 2 +- app/soapbox/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",