Change "social web" to "fediverse" in a few banners in web UI (#33101)
This commit is contained in:
		@@ -45,7 +45,7 @@ class Links extends PureComponent {
 | 
			
		||||
 | 
			
		||||
    const banner = (
 | 
			
		||||
      <DismissableBanner id='explore/links'>
 | 
			
		||||
        <FormattedMessage id='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.' />
 | 
			
		||||
        <FormattedMessage id='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.' />
 | 
			
		||||
      </DismissableBanner>
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -58,7 +58,7 @@ class Statuses extends PureComponent {
 | 
			
		||||
    return (
 | 
			
		||||
      <StatusList
 | 
			
		||||
        trackScroll
 | 
			
		||||
        prepend={<DismissableBanner id='explore/statuses'><FormattedMessage id='dismissable_banner.explore_statuses' defaultMessage='These are posts from across the social web that are gaining traction today. Newer posts with more boosts and favorites are ranked higher.' /></DismissableBanner>}
 | 
			
		||||
        prepend={<DismissableBanner id='explore/statuses'><FormattedMessage id='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>}
 | 
			
		||||
        alwaysPrepend
 | 
			
		||||
        timelineId='explore'
 | 
			
		||||
        statusIds={statusIds}
 | 
			
		||||
 
 | 
			
		||||
@@ -44,7 +44,7 @@ class Tags extends PureComponent {
 | 
			
		||||
 | 
			
		||||
    const banner = (
 | 
			
		||||
      <DismissableBanner id='explore/tags'>
 | 
			
		||||
        <FormattedMessage id='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.' />
 | 
			
		||||
        <FormattedMessage id='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.' />
 | 
			
		||||
      </DismissableBanner>
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -133,7 +133,7 @@ const Firehose = ({ feedType, multiColumn }) => {
 | 
			
		||||
    <DismissableBanner id='public_timeline'>
 | 
			
		||||
      <FormattedMessage
 | 
			
		||||
        id='dismissable_banner.public_timeline'
 | 
			
		||||
        defaultMessage='These are the most recent public posts from people on the social web that people on {domain} follow.'
 | 
			
		||||
        defaultMessage='These are the most recent public posts from people on the fediverse that people on {domain} follow.'
 | 
			
		||||
        values={{ domain }}
 | 
			
		||||
      />
 | 
			
		||||
    </DismissableBanner>
 | 
			
		||||
 
 | 
			
		||||
@@ -142,7 +142,7 @@ class PublicTimeline extends PureComponent {
 | 
			
		||||
        </ColumnHeader>
 | 
			
		||||
 | 
			
		||||
        <StatusListContainer
 | 
			
		||||
          prepend={<DismissableBanner id='public_timeline'><FormattedMessage id='dismissable_banner.public_timeline' defaultMessage='These are the most recent public posts from people on the social web that people on {domain} follow.' values={{ domain }} /></DismissableBanner>}
 | 
			
		||||
          prepend={<DismissableBanner id='public_timeline'><FormattedMessage id='dismissable_banner.public_timeline' defaultMessage='These are the most recent public posts from people on the fediverse that people on {domain} follow.' values={{ domain }} /></DismissableBanner>}
 | 
			
		||||
          timelineId={`public${onlyRemote ? ':remote' : ''}${onlyMedia ? ':media' : ''}`}
 | 
			
		||||
          onLoadMore={this.handleLoadMore}
 | 
			
		||||
          trackScroll={!pinned}
 | 
			
		||||
 
 | 
			
		||||
@@ -236,10 +236,10 @@
 | 
			
		||||
  "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.dismiss": "Dismiss",
 | 
			
		||||
  "dismissable_banner.explore_links": "These are news stories being shared the most on the social web today. Newer news stories posted by more different people are ranked higher.",
 | 
			
		||||
  "dismissable_banner.explore_statuses": "These are posts from across the social web that are gaining traction today. Newer posts with more boosts and favorites are ranked higher.",
 | 
			
		||||
  "dismissable_banner.explore_tags": "These are hashtags that are gaining traction on the social web 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 social web that people on {domain} follow.",
 | 
			
		||||
  "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.",
 | 
			
		||||
  "domain_block_modal.block": "Block server",
 | 
			
		||||
  "domain_block_modal.block_account_instead": "Block @{name} instead",
 | 
			
		||||
  "domain_block_modal.they_can_interact_with_old_posts": "People from this server can interact with your old posts.",
 | 
			
		||||
 
 | 
			
		||||
@@ -968,7 +968,7 @@ body > [data-popper-placement] {
 | 
			
		||||
  p {
 | 
			
		||||
    font-size: 15px;
 | 
			
		||||
    line-height: 22px;
 | 
			
		||||
    color: $darker-text-color;
 | 
			
		||||
    color: $secondary-text-color;
 | 
			
		||||
    margin-bottom: 20px;
 | 
			
		||||
 | 
			
		||||
    strong {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user