diff --git a/src/wp-content/themes/twentyseventeen/inc/template-tags.php b/src/wp-content/themes/twentyseventeen/inc/template-tags.php index 2b0879ba4b..5367e60a48 100644 --- a/src/wp-content/themes/twentyseventeen/inc/template-tags.php +++ b/src/wp-content/themes/twentyseventeen/inc/template-tags.php @@ -151,7 +151,7 @@ function twentyseventeen_front_page_section( $partial = null, $id = 0 ) { wp_reset_postdata(); } elseif ( is_customize_preview() ) { // The output placeholder anchor. - echo '
' . sprintf( __( 'Panel %1$s Placeholder', 'twentyseventeen' ), $id ) . '
'; + echo '
' . sprintf( __( 'Front Page Section %1$s Placeholder', 'twentyseventeen' ), $id ) . '
'; } }