From f49ff8fccc26cd8a157f50c2c30a1a30e33f30ee Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Wed, 15 Jan 2020 14:43:19 -0600 Subject: fix "allow unknown packmates" documentation --- config/locales/simple_form.en.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index c84bb8fd7..359d4e92e 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -51,6 +51,7 @@ en: monsterfork_api: How much of Monsterfork features should be exposed to clients. Set to Basic or Vanilla if your Mastodon app is having problems with Monsterfork. setting_roar_lifespan_old: "This is a destructive operation!
Back up your account before saving changes!
Will deselect after save" setting_roar_defederate_old: "This is an irreversible operation!
Will deselect after save" + allow_unknown_follows: If disabled, packmate requests from accounts you've never interacted with before will be automatically rejected featured_tag: name: 'You might want to use one of these:' imports: @@ -153,7 +154,6 @@ en: setting_larger_drawer: Increase width of compose drawer column setting_larger_emoji: Increase size of emoji setting_filter_mentions: Apply filters to mentions - setting_unknown_follows: Allow packmate requests from accounts you've never interacted with setting_hide_replies_muted: Filter replies to those who you are muting setting_hide_replies_blocked: Filter replies to those who you are blocking setting_hide_replies_blocker: Filter replies to those who are blocking you @@ -207,6 +207,7 @@ en: media_only: Media gallery mode filters_enabled: Enable custom filters monsterfork_api: Monsterfork API exposure + allow_unknown_follows: Allow packmate request from unknown accounts monsterfork_api: vanilla: Vanilla basic: Basic -- cgit