From 4f7e76a1308cc35f97f47a9f42c197aeca9ee2de Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 14 Feb 2020 16:21:51 -0600 Subject: split auto-trust instance actor setting into auto-trust & always trust --- config/locales/en.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config/locales') diff --git a/config/locales/en.yml b/config/locales/en.yml index ee7af2eb8..6d5c4f093 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -521,8 +521,11 @@ en: desc_html: Learn known accounts from outgoing interactions and incoming repeats from packmates. title: Auto-learn known accounts auto_mark_instance_actors_known: - desc_html: Disabling this will put the server in must-consent federation mode and require staff to manually approve server actors if graylist mode is also disabled. - title: Always mark server actor accounts as known + desc_html: Automatically allow server actor accounts to fetch resources from this server when marking accounts known. + title: Auto-trust server actors + always_mark_instance_actors_known: + desc_html: Always allow server actor accounts to fetch resources from this server. May reduce privacy. + title: Always trust server actors werewolf_status: desc_html: Enable werewolf status Easter egg (requires an announcer account) title: Werewolf status -- cgit