mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-17 04:32:22 +00:00
Change message of public timeline for local only (#12224)
This commit is contained in:
parent
4988ebba4e
commit
7512f3a3e0
|
@ -7,7 +7,11 @@
|
||||||
|
|
||||||
.page-header
|
.page-header
|
||||||
%h1= t('about.see_whats_happening')
|
%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) }}
|
#mastodon-timeline{ data: { props: Oj.dump(default_props) }}
|
||||||
#modal-container
|
#modal-container
|
||||||
|
|
|
@ -11,6 +11,7 @@ en:
|
||||||
apps: Mobile apps
|
apps: Mobile apps
|
||||||
apps_platforms: Use Mastodon from iOS, Android and other platforms
|
apps_platforms: Use Mastodon from iOS, Android and other platforms
|
||||||
browse_directory: Browse a profile directory and filter by interests
|
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
|
browse_public_posts: Browse a live stream of public posts on Mastodon
|
||||||
contact: Contact
|
contact: Contact
|
||||||
contact_missing: Not set
|
contact_missing: Not set
|
||||||
|
|
Loading…
Reference in a new issue