diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-28 05:39:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-28 05:39:43 +0200 |
commit | 5e1767173f82672c77e4d1ce5d9f252750e5f96d (patch) | |
tree | 4699f8e757aa530206ee935e3ebb5cf36aba19db /config | |
parent | 2bbec9f4dab1441391983ce920b6a0094f0e0348 (diff) |
Display pending message on admin relays UI (#8494)
* Add missing specs for relay accept/reject * Display pending message on admin relays UI
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index aa7efff84..4f893716b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -303,6 +303,7 @@ en: description_html: A <strong>federation relay</strong> is an intermediary server that exchanges large volumes of public toots between servers that subscribe and publish to it. <strong>It can help small and medium servers discover content from the fediverse</strong>, which would otherwise require local users manually following other people on remote servers. enable_hint: Once enabled, your server will subscribe to all public toots from this relay, and will begin sending this server's public toots to it. inbox_url: Relay URL + pending: Waiting for relay's approval setup: Setup a relay connection status: Status title: Relays |