Skip to content

Commit

Permalink
Change "social web" to "fediverse" to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEssem committed Dec 2, 2024
1 parent f28af6c commit 4fcabc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class BubbleTimeline extends PureComponent {
</ColumnHeader>

<StatusListContainer
prepend={<DismissableBanner id='bubble_timeline'><FormattedMessage id='dismissable_banner.bubble_timeline' defaultMessage='These are the most recent public posts from people on the social web whose accounts are on other servers selected by {domain}.' values={{ domain }} /></DismissableBanner>}
prepend={<DismissableBanner id='bubble_timeline'><FormattedMessage id='dismissable_banner.bubble_timeline' defaultMessage='These are the most recent public posts from people on the fediverse whose accounts are on other servers selected by {domain}.' values={{ domain }} /></DismissableBanner>}
trackScroll={!pinned}
scrollKey={`bubble_timeline-${columnId}`}
timelineId={`bubble${onlyMedia ? ':media' : ''}`}
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/flavours/glitch/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"confirmations.missing_media_description.edit": "Edit media",
"confirmations.missing_media_description.message": "At least one media attachment is lacking a description. Consider describing all media attachments for the visually impaired before sending your toot.",
"direct.group_by_conversations": "Group by conversation",
"dismissable_banner.bubble_timeline": "These are the most recent public posts from people on the social web whose accounts are on other servers selected by {domain}.",
"dismissable_banner.bubble_timeline": "These are the most recent public posts from people on the fediverse whose accounts are on other servers selected by {domain}.",
"empty_column.bubble": "The bubble timeline is currently empty, but something might show up here soon!",
"favourite_modal.favourite": "Favourite post?",
"federation.federated.long": "Allow this post to reach other servers",
Expand Down

0 comments on commit 4fcabc3

Please sign in to comment.