Self status typofix
This commit is contained in:
parent
1e6993975c
commit
39f682a472
2 changed files with 2 additions and 2 deletions
|
@ -605,7 +605,7 @@ class MediaGallery extends React.PureComponent {
|
|||
}
|
||||
|
||||
if (inReview) {
|
||||
summary = <FormattedMessage id='status.in_review_summary.summary' defaultMessage='This Truth has been sent to Moderation for review and is only visible to you.' />;
|
||||
summary = <FormattedMessage id='status.in_review_summary.summary' defaultMessage='This post has been sent to Moderation for review and is only visible to you.' />;
|
||||
} else {
|
||||
summary = <FormattedMessage id='status.sensitive_warning.subtitle' defaultMessage='This content may not be suitable for all audiences.' />;
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue