diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-10-12 22:05:06 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-10-12 22:05:06 -0500 |
commit | a367ff86982987aa0573d9b375000a909223c3ad (patch) | |
tree | 0d9a8560aba33efdf2dbc98398a3df72ecd56781 /config/locales | |
parent | bc04de8eed0cf0451018f3182af0a24754444f86 (diff) |
graylist (reject unknown) federation & known account auto-learning finally have toggle switches in site settings
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 53ce23e7c..934555da8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -505,6 +505,12 @@ en: timeline_preview: desc_html: Display public timeline on landing page title: Timeline preview + auto_reject_unknown: + desc_html: Automatically reject unknown accounts from newly-federated servers. + title: Graylist federation mode + auto_mark_known: + desc_html: Learn known accounts from outgoing interactions and incoming repeats from packmates. + title: Auto-learn known accounts title: Site settings statuses: back_to_account: Back to account page |