diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-12-19 00:19:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 00:19:15 +0100 |
commit | 59343ef4d19b104deb2751399846823675772df3 (patch) | |
tree | 98e8aa2b9def9a9a2079eac42270de969061576d /config | |
parent | a60d9335d8e7c4aa070f081719ee2a438b0e0202 (diff) |
Fix missing description on enable bootstrap timeline accounts toggle in admin UI (#15367)
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 7ea4ea154..8245397d7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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 |