- Change name of conversations column in web UI
- Change hotkey for opening conversations column from `g d` to `g c` in web UI
- Remove shortcuts for creating direct-visibility statuses from web UI
<NavLinkexactto={`/@${account.get('acct')}/with_replies`}><FormattedMessageid='account.posts_with_replies'defaultMessage='Toots and replies' /></NavLink>
<NavLinkexactto={`/@${account.get('acct')}/with_replies`}><FormattedMessageid='account.posts_with_replies'defaultMessage='Posts and 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.' /><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>
@ -91,7 +91,7 @@ class DirectTimeline extends React.PureComponent {
scrollKey={`direct_timeline-${columnId}`}
timelineId='direct'
onLoadMore={this.handleLoadMore}
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." />}
emptyMessage={<FormattedMessageid='empty_column.conversations' defaultMessage="Once you send or receive a post that's only visible to people mentioned in it, 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." />;
@ -59,7 +59,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.' />;
@ -59,7 +59,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.' />;