You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<FormattedMessageid='fediverse_tab.explanation_box.title'defaultMessage='What is the Fediverse?'/>
53
-
</Text>
54
-
<FormattedMessage
55
-
id='fediverse_tab.explanation_box.explanation'
56
-
defaultMessage='{site_title} is part of the Fediverse, a social network made up of thousands of independent social media sites (aka "servers"). The posts you see here are from 3rd-party servers. You have the freedom to engage with them, or to block any server you don't like. Pay attention to the full username after the second @ symbol to know which server a post is from. To see only {site_title} posts, visit {local}.'
57
-
values={{
58
-
site_title: siteTitle,
59
-
local: (
60
-
<Linkto='/timeline/local'>
61
-
<FormattedMessage
62
-
id='empty_column.home.local_tab'
63
-
defaultMessage='the {site_title} tab'
64
-
values={{site_title: siteTitle}}
65
-
/>
66
-
</Link>
67
-
),
68
-
}}
69
-
/>
70
-
<pclassName='mt-2'>
71
-
<FormattedMessageid='fediverse_tab.explanation_box.bubble'defaultMessage='This timeline shows you all the statuses published on a selection of other instances curated by your moderators.'/>
emptyMessage={<FormattedMessageid='empty_column.public'defaultMessage='There is nothing here! Write something publicly, or manually follow users from other servers to fill it up'/>}
<FormattedMessageid='fediverse_tab.explanation_box.title'defaultMessage='What is the Fediverse?'/>
66
+
</Text>
67
+
<FormattedMessage
68
+
id='fediverse_tab.explanation_box.explanation'
69
+
defaultMessage='{site_title} is part of the Fediverse, a social network made up of thousands of independent social media sites (aka "servers"). The posts you see here are from 3rd-party servers. You have the freedom to engage with them, or to block any server you don't like. Pay attention to the full username after the second @ symbol to know which server a post is from. To see only {site_title} posts, visit {local}.'
70
+
values={{
71
+
site_title: siteTitle,
72
+
local: (
73
+
<Linkto='/timeline/local'>
74
+
<FormattedMessage
75
+
id='empty_column.home.local_tab'
76
+
defaultMessage='the {site_title} tab'
77
+
values={{site_title: siteTitle}}
78
+
/>
79
+
</Link>
80
+
),
81
+
}}
82
+
/>
83
+
<pclassName='mt-2'>
84
+
<FormattedMessageid='fediverse_tab.explanation_box.bubble'defaultMessage='This timeline shows you all the statuses published on a selection of other instances curated by your moderators.'/>
emptyMessage={<FormattedMessageid='empty_column.public'defaultMessage='There is nothing here! Write something publicly, or manually follow users from other servers to fill it up'/>}
emptyMessage={<FormattedMessageid='empty_column.community'defaultMessage='The local timeline is empty. Write something publicly to get the ball rolling!'/>}
emptyMessage={<FormattedMessageid='empty_column.community'defaultMessage='The local timeline is empty. Write something publicly to get the ball rolling!'/>}
0 commit comments