Change message of public timeline for local only (#12224)
This commit is contained in:
parent
4988ebba4e
commit
7512f3a3e0
2 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,11 @@
|
|||
|
||||
.page-header
|
||||
%h1= t('about.see_whats_happening')
|
||||
%p= t('about.browse_public_posts')
|
||||
|
||||
- if Setting.show_known_fediverse_at_about_page
|
||||
%p= t('about.browse_public_posts')
|
||||
- else
|
||||
%p= t('about.browse_local_posts')
|
||||
|
||||
#mastodon-timeline{ data: { props: Oj.dump(default_props) }}
|
||||
#modal-container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue