diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-02-21 07:30:29 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-21 07:30:29 -0600 |
commit | 4cb1d42ba2ffbd31c5e865e55c408363ca35f47a (patch) | |
tree | d9df63f1c569f371c48388871af31828fd520cac /config/locales | |
parent | 67b3bb604598640539461264966d9cc2c7c46cc9 (diff) |
fix invisible mode being unfederatable, mask actor props & outbox instead of actor itself
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/simple_form.en.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 962a823c3..6e2d956d6 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -53,6 +53,7 @@ en: setting_roar_lifespan_old: "<strong>This is a destructive operation!</strong><br>Back up your account before saving changes!<br>Will deselect after save" setting_roar_defederate_old: "<strong>This is an irreversible operation!</strong><br>Will deselect after save" allow_unknown_follows: If disabled, packmate requests from accounts you've never interacted with before will be automatically rejected + hidden: Hides your profile and masks the fields of your ActivityPub actor. Limits federation. whole_word: When the keyword or phrase is alphanumeric only, it will only be applied if it matches the whole word domain_allow: domain: This domain will be able to fetch data from this server and incoming data from it will be processed and stored @@ -88,7 +89,7 @@ en: warning_preset_id: Use a warning preset defaults: defanged: Defanged mode - hidden: Invisible mode (affects outgoing federation and discovery!) + hidden: Invisible mode adult_content: Contains adult content gently: Gently the kobolds kobold: I am a kobold |