@ -43,17 +43,9 @@ class Links extends PureComponent {
render(){
render(){
const{isLoading,links}=this.props;
const{isLoading,links}=this.props;
constbanner=(
<DismissableBannerid='explore/links'>
<FormattedMessageid='dismissable_banner.explore_links'defaultMessage='These news stories are being shared the most on the fediverse today. Newer news stories posted by more different people are ranked higher.'/>
@ -58,7 +58,6 @@ class Statuses extends PureComponent {
return(
return(
<StatusList
<StatusList
trackScroll
trackScroll
prepend={<DismissableBannerid='explore/statuses'><FormattedMessageid='dismissable_banner.explore_statuses'defaultMessage='These posts from across the fediverse are gaining traction today. Newer posts with more boosts and favorites are ranked higher.'/></DismissableBanner>}
@ -42,17 +42,9 @@ class Tags extends PureComponent {
render(){
render(){
const{isLoading,hashtags}=this.props;
const{isLoading,hashtags}=this.props;
constbanner=(
<DismissableBannerid='explore/tags'>
<FormattedMessageid='dismissable_banner.explore_tags'defaultMessage='These hashtags are gaining traction on the fediverse today. Hashtags that are used by more different people are ranked higher.'/>
"disabled_account_banner.text":"Your account {disabledAccount} is currently disabled.",
"disabled_account_banner.text":"Your account {disabledAccount} is currently disabled.",
"dismissable_banner.community_timeline":"These are the most recent public posts from people whose accounts are hosted by {domain}.",
"dismissable_banner.community_timeline":"These are the most recent public posts from people whose accounts are hosted by {domain}.",
"dismissable_banner.dismiss":"Dismiss",
"dismissable_banner.dismiss":"Dismiss",
"dismissable_banner.explore_links":"These news stories are being shared the most on the fediverse today. Newer news stories posted by more different people are ranked higher.",
"dismissable_banner.explore_statuses":"These posts from across the fediverse are gaining traction today. Newer posts with more boosts and favorites are ranked higher.",
"dismissable_banner.explore_tags":"These hashtags are gaining traction on the fediverse today. Hashtags that are used by more different people are ranked higher.",
"dismissable_banner.public_timeline":"These are the most recent public posts from people on the fediverse that people on {domain} follow.",
"dismissable_banner.public_timeline":"These are the most recent public posts from people on the fediverse that people on {domain} follow.",