@ -53,7 +53,7 @@ class AddedToFilter extends PureComponent {
defaultMessage='This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.'
/>
</p>
</Fragment>
</>
);
}
@ -67,7 +67,7 @@ class AddedToFilter extends PureComponent {
@ -169,7 +169,7 @@ class SelectFilter extends PureComponent {
constresults=this.search();
return(
<Fragment>
<>
<h3className='report-dialog-modal__title'><FormattedMessageid='filter_modal.select_filter.title'defaultMessage='Filter this post'/></h3>
<pclassName='report-dialog-modal__lead'><FormattedMessageid='filter_modal.select_filter.subtitle'defaultMessage='Use an existing category or create a new one'/></p>
@ -183,7 +183,7 @@ class SelectFilter extends PureComponent {
@ -74,7 +74,7 @@ class Category extends PureComponent {
];
return(
<Fragment>
<>
<h3className='report-dialog-modal__title'><FormattedMessageid='report.category.title'defaultMessage="Tell us what's going on with this {type}"values={{type:intl.formatMessage(messages[startedFrom])}}/></h3>
<pclassName='report-dialog-modal__lead'><FormattedMessageid='report.category.subtitle'defaultMessage='Choose the best match'/></p>
@ -97,7 +97,7 @@ class Category extends PureComponent {
<h3className='report-dialog-modal__title'><FormattedMessageid='report.comment.title'defaultMessage='Is there anything else you think we should know?'/></h3>
<textarea
@ -60,14 +60,14 @@ class Comment extends PureComponent {
/>
{isRemote&&(
<Fragment>
<>
<pclassName='report-dialog-modal__lead'><FormattedMessageid='report.forward_hint'defaultMessage='The account is from another server. Send an anonymized copy of the report there as well?'/></p>
<h3className='report-dialog-modal__title'><FormattedMessageid='report.statuses.title'defaultMessage='Are there any posts that back up this report?'/></h3>
<pclassName='report-dialog-modal__lead'><FormattedMessageid='report.statuses.subtitle'defaultMessage='Select all that apply'/></p>
@ -53,7 +53,7 @@ class Statuses extends PureComponent {
@ -48,17 +48,17 @@ class Thanks extends PureComponent {
const{account,submitted}=this.props;
return(
<Fragment>
<>
<h3className='report-dialog-modal__title'>{submitted?<FormattedMessageid='report.thanks.title_actionable'defaultMessage="Thanks for reporting, we'll look into this."/>:<FormattedMessageid='report.thanks.title'defaultMessage="Don't want to see this?"/>}</h3>
<pclassName='report-dialog-modal__lead'>{submitted?<FormattedMessageid='report.thanks.take_action_actionable'defaultMessage='While we review this, you can take action against @{name}:'values={{name:account.get('username')}}/>:<FormattedMessageid='report.thanks.take_action'defaultMessage='Here are your options for controlling what you see on Mastodon:'/>}</p>
<pclassName='report-dialog-modal__lead'><FormattedMessageid='report.unfollow_explanation'defaultMessage='You are following this account. To not see their posts in your home feed anymore, unfollow them.'/></p>
@ -315,7 +315,7 @@ class FocalPointModal extends ImmutablePureComponent {
{focals&&<p><FormattedMessageid='upload_modal.hint'defaultMessage='Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.'/></p>}