<NavLinkexactto={`/@${account.get('acct')}/with_replies`}><FormattedMessageid='account.posts_with_replies'defaultMessage='Toots with replies' /></NavLink>
<NavLinkexactto={`/@${account.get('acct')}/with_replies`}><FormattedMessageid='account.posts_with_replies'defaultMessage='Posts with replies' /></NavLink>
constemptyMessage=<FormattedMessageid='empty_column.bookmarked_statuses'defaultMessage="You don't have any bookmarked toots yet. When you bookmark one, it will show up here." />;
constemptyMessage=<FormattedMessageid='empty_column.bookmarked_statuses'defaultMessage="You don't have any bookmarked posts yet. When you bookmark one, it will show up here." />;
return<Warningmessage={<FormattedMessageid='compose_form.hashtag_warning'defaultMessage="This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag." />}/>;
return<Warningmessage={<FormattedMessageid='compose_form.hashtag_warning'defaultMessage="This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag." />}/>;
}
if(directMessageWarning){
constmessage=(
<span>
<FormattedMessageid='compose_form.direct_message_warning' defaultMessage='This toot will only be sent to all the mentioned users.'/>{!!termsLink&&<ahref='/terms'target='_blank'><FormattedMessageid='compose_form.direct_message_warning_learn_more'defaultMessage='Learn more'/></a>}
<FormattedMessageid='compose_form.encryption_warning' defaultMessage='Posts on Mastodon are not end-to-end encrypted. Do not share any dangerous information over Mastodon.'/><ahref='/terms'target='_blank'><FormattedMessageid='compose_form.direct_message_warning_learn_more'defaultMessage='Learn more'/></a>
@ -119,6 +119,7 @@ class DirectTimeline extends React.PureComponent {
scrollKey={`direct_timeline-${columnId}`}
timelineId='direct'
onLoadMore={this.handleLoadMore}
prepend={<divclassName='follow_requests-unlocked_explanation'><span><FormattedMessageid='compose_form.encryption_warning'defaultMessage='Posts on Mastodon are not end-to-end encrypted. Do not share any dangerous information over Mastodon.'/><ahref='/terms'target='_blank'><FormattedMessageid='compose_form.direct_message_warning_learn_more'defaultMessage='Learn more'/></a></span></div>}
emptyMessage={<FormattedMessageid='empty_column.direct'defaultMessage="You don't have any direct messages yet. When you send or receive one, it will show up here."/>}
constemptyMessage=<FormattedMessageid='empty_column.favourited_statuses'defaultMessage="You don't have any favourite toots yet. When you favourite one, it will show up here." />;
constemptyMessage=<FormattedMessageid='empty_column.favourited_statuses'defaultMessage="You don't have any favourite posts yet. When you favourite one, it will show up here." />;
@ -68,7 +68,7 @@ class Favourites extends ImmutablePureComponent {
);
}
constemptyMessage=<FormattedMessageid='empty_column.favourites'defaultMessage='No one has favourited this toot yet. When someone does, they will show up here.' />;
constemptyMessage=<FormattedMessageid='empty_column.favourites'defaultMessage='No one has favourited this post yet. When someone does, they will show up here.' />;
@ -68,7 +68,7 @@ class Reblogs extends ImmutablePureComponent {
);
}
constemptyMessage=<FormattedMessageid='status.reblogs.empty'defaultMessage='No one has boosted this toot yet. When someone does, they will show up here.' />;
constemptyMessage=<FormattedMessageid='status.reblogs.empty'defaultMessage='No one has boosted this post yet. When someone does, they will show up here.' />;