diff options
author | unarist <m.unarist@gmail.com> | 2017-09-13 06:06:10 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-12 23:06:10 +0200 |
commit | af10c9fbfff237e45ff46355d118e6824ae05b79 (patch) | |
tree | 1ba58b275366a7f6016cbb50cdf1e6892c3475ee /config | |
parent | 8f8e6776306b07d5914ef39c895de0cab44ada7f (diff) |
Add section for protocol specific information on the admin page (#4910)
This PR adds section for protocol specific information, then always show both of OStatus and ActivityPub. Specifically, this will help admins to check PuSH subscription status and unsubscribe manually, even `protocol` has been changed. This also includes below changes: * Add `overflow: hidden` to prevent float leaking * Add missing fields for ActivityPub
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 64fc556f3..e31f883ac 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -60,6 +60,7 @@ en: email: E-mail feed_url: Feed URL followers: Followers + followers_url: Followers URL follows: Follows inbox_url: Inbox URL ip: IP @@ -93,6 +94,7 @@ en: resubscribe: Resubscribe salmon_url: Salmon URL search: Search + shared_inbox_url: Shared Inbox URL show: created_reports: Reports created by this account report: report |