diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml
index dfb343fe49b..0c349e9e8f4 100644
--- a/config/locales/server.en.yml
+++ b/config/locales/server.en.yml
@@ -2687,6 +2687,7 @@ en:
     experimental_topics_filter: "EXPERIMENTAL: Enables the experimental topics filter route at /filter"
     enable_experimental_lightbox: "EXPERIMENTAL: Replace the default image lightbox with the revamped design."
     enable_experimental_bookmark_redesign_groups: "EXPERIMENTAL: Show a quick access menu for bookmarks on posts and a new redesigned modal"
+    experimental_redesigned_about_page_groups: "EXPERIMENTAL: Enable the redesigned /about page for specific groups."
     glimmer_header_mode: "Control whether the new 'glimmer' header implementation is used. 'auto' will enable automatically once all your themes and plugins are ready. https://meta.discourse.org/t/316549"
     experimental_glimmer_topic_list_groups: "EXPERIMENTAL: Enable the new 'glimmer' topic list implementation. This implementation is under active development, and is not intended for production use. Do not develop themes/plugins against it until the implementation is finalized and announced."
     experimental_form_templates: "EXPERIMENTAL: Enable the form templates feature. <b>After enabled,</b> manage the templates at <a href='%{base_path}/admin/customize/form-templates'>Customize / Templates</a>."
diff --git a/config/site_settings.yml b/config/site_settings.yml
index cd238ac1ada..03c5cadcfae 100644
--- a/config/site_settings.yml
+++ b/config/site_settings.yml
@@ -2437,7 +2437,6 @@ developer:
   experimental_redesigned_about_page_groups:
     default: ""
     type: group_list
-    hidden: true
     allow_any: false
   custom_flags_limit:
     default: 50