We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4988ebb commit 7512f3aCopy full SHA for 7512f3a
2 files changed
app/views/public_timelines/show.html.haml
@@ -7,7 +7,11 @@
7
8
.page-header
9
%h1= t('about.see_whats_happening')
10
- %p= t('about.browse_public_posts')
+
11
+ - if Setting.show_known_fediverse_at_about_page
12
+ %p= t('about.browse_public_posts')
13
+ - else
14
+ %p= t('about.browse_local_posts')
15
16
#mastodon-timeline{ data: { props: Oj.dump(default_props) }}
17
#modal-container
config/locales/en.yml
@@ -11,6 +11,7 @@ en:
apps: Mobile apps
apps_platforms: Use Mastodon from iOS, Android and other platforms
browse_directory: Browse a profile directory and filter by interests
+ browse_local_posts: Browse a live stream of public posts from this server
browse_public_posts: Browse a live stream of public posts on Mastodon
contact: Contact
contact_missing: Not set
0 commit comments