From f40d94af89e5c355e42fb3b1b11e842ac1249e67 Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Wed, 3 Apr 2024 16:58:02 -0700 Subject: [PATCH] updated bootstrap site setting to refer to getting started button (#26505) To remove the Getting Started button manually, you have to disable bootstrap mode by setting bootstrap_mode_min_users to 0. I clarified this in the description for the setting. --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 93fac23fa7b..f5c1767f766 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2396,7 +2396,7 @@ en: delete_drafts_older_than_n_days: "Delete drafts that have not been changed in more than (n) days." delete_merged_stub_topics_after_days: "Number of days to wait before automatically deleting fully merged stub topics. Set to 0 to never delete stub topics." - bootstrap_mode_min_users: "Minimum number of users required to disable bootstrap mode (set to 0 to disable, can take up to 24 hours)" + bootstrap_mode_min_users: "Minimum number of users required to disable bootstrap mode and remove Getting Started button (set to 0 to disable, can take up to 24 hours)" prevent_anons_from_downloading_files: "Prevent anonymous users from downloading attachments." secure_uploads: 'Limits access to ALL uploads (images, video, audio, text, pdfs, zips, and others). If "login required” is enabled, only logged-in users can access uploads. Otherwise, access will be limited only for media uploads in private messages and private categories. WARNING: This setting is complex and requires deep administrative understanding. See the secure uploads topic on Meta for details.'