]> cat aescling's git repositories - mastodon.git/commitdiff
Fix missing description on enable bootstrap timeline accounts toggle in admin UI...
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 18 Dec 2020 23:19:15 +0000 (00:19 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 23:19:15 +0000 (00:19 +0100)
app/views/admin/settings/edit.html.haml
config/locales/en.yml

index a162490b5daffb526511e716159c40e1991ef170..159bd4b0a0d011aba7ea90b5637e99d20aafa3b5 100644 (file)
@@ -50,7 +50,8 @@
   %hr.spacer/
 
   .fields-group
-    = f.input :enable_bootstrap_timeline_accounts, as: :boolean, wrapper: :with_label, label: t('admin.settings.enable_bootstrap_timeline_accounts.title')
+    = f.input :enable_bootstrap_timeline_accounts, as: :boolean, wrapper: :with_label, label: t('admin.settings.enable_bootstrap_timeline_accounts.title'), hint: t('admin.settings.enable_bootstrap_timeline_accounts.desc_html')
+
   .fields-group
     = f.input :bootstrap_timeline_accounts, wrapper: :with_block_label, label: t('admin.settings.bootstrap_timeline_accounts.title'), hint: t('admin.settings.bootstrap_timeline_accounts.desc_html'), disabled: !Setting.enable_bootstrap_timeline_accounts
 
index 7ea4ea154c137ddc0f2dfbb40504b697638c497e..8245397d7c7915f60d82cc370c961b864ee78c1b 100644 (file)
@@ -566,6 +566,7 @@ en:
       domain_blocks_rationale:
         title: Show rationale
       enable_bootstrap_timeline_accounts:
+        desc_html: Make new users automatically follow configured accounts so their home feed doesn't start out empty
         title: Enable default follows for new users
       hero:
         desc_html: Displayed on the frontpage. At least 600x100px recommended. When not set, falls back to server thumbnail