From a367ff86982987aa0573d9b375000a909223c3ad Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sat, 12 Oct 2019 22:05:06 -0500 Subject: graylist (reject unknown) federation & known account auto-learning finally have toggle switches in site settings --- config/locales/en.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/locales/en.yml') 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 -- cgit