diff --git src/bp-templates/bp-nouveau/buddypress/groups/single/default-front.php src/bp-templates/bp-nouveau/buddypress/groups/single/default-front.php
index 34475307b..2d837b60b 100644
--- src/bp-templates/bp-nouveau/buddypress/groups/single/default-front.php
+++ src/bp-templates/bp-nouveau/buddypress/groups/single/default-front.php
@@ -3,32 +3,28 @@
  * BP Nouveau Default group's front template.
  *
  * @since 3.0.0
- * @version 3.2.0
+ * @version 10.0.0
  */
 ?>
 
 <div class="group-front-page">
 
-	<?php if ( ! is_active_sidebar( 'sidebar-buddypress-groups' ) || ! bp_nouveau_groups_do_group_boxes() ) : ?>
-		<?php if ( ! is_customize_preview() && bp_current_user_can( 'bp_moderate' ) ) : ?>
-
-			<div class="bp-feedback custom-homepage-info info no-icon">
-				<strong><?php esc_html_e( 'Manage the Groups default front page', 'buddypress' ); ?></strong>
-
-				<p>
-				<?php
-				printf(
-					/* translators: 1: link to the customizer option. 2: link to the customizer widgets section. */
-					esc_html__( 'You can set your preferences for the %1$s or add %2$s to it.', 'buddypress' ),
-					bp_nouveau_groups_get_customizer_option_link(),
-					bp_nouveau_groups_get_customizer_widgets_link()
-				);
-				?>
-				</p>
-
-			</div>
-
-		<?php endif; ?>
+	<?php if ( ! is_customize_preview() && bp_current_user_can( 'bp_moderate' ) && ! is_active_sidebar( 'sidebar-buddypress-groups' ) ) : ?>
+		<div class="bp-feedback custom-homepage-info info no-icon">
+			<strong><?php esc_html_e( 'Manage the Groups default front page', 'buddypress' ); ?></strong>
+
+			<p>
+			<?php
+			printf(
+				/* translators: 1: link to the customizer option. 2: link to the customizer widgets section. */
+				esc_html__( 'You can set your preferences for the %1$s or add %2$s to it.', 'buddypress' ),
+				bp_nouveau_groups_get_customizer_option_link(),
+				bp_nouveau_groups_get_customizer_widgets_link()
+			);
+			?>
+			</p>
+
+		</div><!-- .custom-homepage-info -->
 	<?php endif; ?>
 
 	<?php if ( bp_nouveau_groups_front_page_description() && bp_nouveau_group_has_meta( 'description' ) ) : ?>
diff --git src/bp-templates/bp-nouveau/includes/groups/functions.php src/bp-templates/bp-nouveau/includes/groups/functions.php
index 04fd01ec0..3631a62c8 100644
--- src/bp-templates/bp-nouveau/includes/groups/functions.php
+++ src/bp-templates/bp-nouveau/includes/groups/functions.php
@@ -3,7 +3,7 @@
  * Groups functions
  *
  * @since 3.0.0
- * @version 7.2.1
+ * @version 10.0.0
  */
 
 // Exit if accessed directly.
@@ -854,7 +854,7 @@ function bp_nouveau_groups_customizer_controls( $controls = array() ) {
 			'type'       => 'checkbox',
 		),
 		'group_front_boxes' => array(
-			'label'      => __( 'Enable widget region for group homepages. When enabled, the site admin can add widgets to group pages via the Widgets panel.', 'buddypress' ),
+			'label'      => __( 'Enable custom boxes for group homepages. When enabled, Plugins using the BuddyPress Group Extension API can include content into these boxes.', 'buddypress' ),
 			'section'    => 'bp_nouveau_group_front_page',
 			'settings'   => 'bp_nouveau_appearance[group_front_boxes]',
 			'type'       => 'checkbox',
