diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-02-14 17:37:31 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-14 17:37:31 -0600 |
commit | 92847646cff1effdf42eaa0819d836a663d428c4 (patch) | |
tree | 057d47ae953ec2102b65f25345663796a8bed1dc /config/locales | |
parent | 4f7e76a1308cc35f97f47a9f42c197aeca9ee2de (diff) |
add options to let admins customize how trusting or strict graylist federation should be
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 6d5c4f093..3c8bb4fb6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -526,6 +526,11 @@ en: 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 + mark_known_from: + follows: Trust accounts when someone joins their pack + mentions: Trust accounts when locally mentioned + boosts: Trust accounts shared by known creatures + favourites: Trust accounts when locally admired werewolf_status: desc_html: Enable werewolf status Easter egg (requires an announcer account) title: Werewolf status |