about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml4
-rw-r--r--config/settings.yml2
2 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 40adfc21e..e9884ec3c 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -35,6 +35,8 @@ en:
     status_count_before: Who authored
     tagline: Follow friends and discover new ones
     terms: Terms of service
+    available_content: Connected servers
+    available_content_html: 'Users and content from these servers can be interacted with from here:'
     unavailable_content: Moderated servers
     unavailable_content_description:
       domain: Server
@@ -508,6 +510,8 @@ en:
       default_noindex:
         desc_html: Affects all users who have not changed this setting themselves
         title: Opt users out of search engine indexing by default
+      domain_allows:
+        title: Show allowed domains
       domain_blocks:
         all: To everyone
         disabled: To no one
diff --git a/config/settings.yml b/config/settings.yml
index c61454e9e..be9fe093a 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -79,6 +79,8 @@ defaults: &defaults
   show_domain_blocks_rationale: 'disabled'
   outgoing_spoilers: ''
 
+  show_domain_allows: 'disabled'
+
 development:
   <<: *defaults