瀏覽代碼

Change message of public timeline for local only (#12224)

master^2
Yamagishi Kazutoshi 4 年之前
committed by Eugen Rochko
父節點
當前提交
7512f3a3e0
共有 2 個檔案被更改,包括 6 行新增1 行删除
  1. +5
    -1
      app/views/public_timelines/show.html.haml
  2. +1
    -0
      config/locales/en.yml

+ 5
- 1
app/views/public_timelines/show.html.haml 查看文件

@@ -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

+ 1
- 0
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


Loading…
取消
儲存