Skip to content

Commit 7512f3a

Browse files
ykztsGargron
authored andcommitted
Change message of public timeline for local only (mastodon#12224)
1 parent 4988ebb commit 7512f3a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

app/views/public_timelines/show.html.haml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77

88
.page-header
99
%h1= t('about.see_whats_happening')
10-
%p= t('about.browse_public_posts')
10+
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')
1115

1216
#mastodon-timeline{ data: { props: Oj.dump(default_props) }}
1317
#modal-container

config/locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ en:
1111
apps: Mobile apps
1212
apps_platforms: Use Mastodon from iOS, Android and other platforms
1313
browse_directory: Browse a profile directory and filter by interests
14+
browse_local_posts: Browse a live stream of public posts from this server
1415
browse_public_posts: Browse a live stream of public posts on Mastodon
1516
contact: Contact
1617
contact_missing: Not set

0 commit comments

Comments
 (0)