@ -142,11 +142,8 @@ class CommunityTimeline extends PureComponent {
<ColumnSettingsContainercolumnId={columnId}/>
</ColumnHeader>
<DismissableBannerid='community_timeline'>
<FormattedMessageid='dismissable_banner.community_timeline'defaultMessage='These are the most recent public posts from people whose accounts are hosted by {domain}.'values={{domain}}/>
</DismissableBanner>
<StatusListContainer
prepend={<DismissableBannerid='community_timeline'><FormattedMessageid='dismissable_banner.community_timeline'defaultMessage='These are the most recent public posts from people whose accounts are hosted by {domain}.'values={{domain}}/></DismissableBanner>}
@ -35,7 +35,7 @@ class Links extends PureComponent {
constbanner=(
<DismissableBannerid='explore/links'>
<FormattedMessageid='dismissable_banner.explore_links'defaultMessage='These news stories are being talked about by people on this and other servers of the decentralized network right now.' />
<FormattedMessageid='dismissable_banner.explore_links'defaultMessage='These are news stories being shared the most on the social web today. Newer news stories posted by more different people are ranked higher.' />
@ -46,7 +47,7 @@ class Statuses extends PureComponent {
return(
<>
<DismissableBannerid='explore/statuses'>
<FormattedMessageid='dismissable_banner.explore_statuses'defaultMessage='These posts from this and other servers in the decentralized network are gaining traction on this server right now.' />
<FormattedMessageid='dismissable_banner.explore_statuses'defaultMessage='These are posts from across the social web that are gaining traction today. Newer posts with more boosts and favourites are ranked higher.' />
@ -36,7 +36,7 @@ class Tags extends PureComponent {
constbanner=(
<DismissableBannerid='explore/tags'>
<FormattedMessageid='dismissable_banner.explore_tags'defaultMessage='These hashtags are gaining traction among people on this and other servers of the decentralized network right now.' />
<FormattedMessageid='dismissable_banner.explore_tags'defaultMessage='These are hashtags that are gaining traction on the social web today. Hashtags that are used by more different people are ranked higher.' />
<h1><FormattedMessageid='home.explore_prompt.title'defaultMessage='This is your home base within Mastodon.'/></h1>
<p><FormattedMessageid='home.explore_prompt.body'defaultMessage="Your home feed will have a mix of posts from the hashtags you've chosen to follow, the people you've chosen to follow, and the posts they boost. It's looking pretty quiet right now, so how about:"/></p>
<Linkto='/explore/suggestions'className='button button-tertiary'><FormattedMessageid='home.actions.go_to_suggestions'defaultMessage='Find people to follow'/></Link>
@ -161,11 +192,13 @@ class HomeTimeline extends PureComponent {
{signedIn?(
<StatusListContainer
prepend={banner}
alwaysPrepend
trackScroll={!pinned}
scrollKey={`home_timeline-${columnId}`}
onLoadMore={this.handleLoadMore}
timelineId='home'
emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage='Your home timeline is empty! Follow more people to fill it up. {suggestions}'values={{suggestions:<Linkto='/start'><FormattedMessageid='empty_column.home.suggestions'defaultMessage='See some suggestions'/></Link>}}/>}
emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage='Your home timeline is empty! Follow more people to fill it up.' />}
@ -146,11 +146,8 @@ class PublicTimeline extends PureComponent {
<ColumnSettingsContainercolumnId={columnId}/>
</ColumnHeader>
<DismissableBannerid='public_timeline'>
<FormattedMessageid='dismissable_banner.public_timeline'defaultMessage='These are the most recent public posts from people on this and other servers of the decentralized network that this server knows about.'/>
</DismissableBanner>
<StatusListContainer
prepend={<DismissableBannerid='public_timeline'><FormattedMessageid='dismissable_banner.public_timeline'defaultMessage='These are the most recent public posts from people on this and other servers of the decentralized network that this server knows about.'/></DismissableBanner>}