diff --git src/wp-admin/includes/template.php src/wp-admin/includes/template.php
index e7b3a2d..d6d8201 100644
--- src/wp-admin/includes/template.php
+++ src/wp-admin/includes/template.php
@@ -1883,7 +1883,7 @@ function _post_states( $post ) {
 
 	if ( 'page' === get_option( 'show_on_front' ) ) {
 		if ( intval( get_option( 'page_on_front' ) ) === $post->ID ) {
-			$post_states['page_on_front'] = __( 'Front Page' );
+			$post_states['page_on_front'] = __( 'Homepage' );
 		}
 
 		if ( intval( get_option( 'page_for_posts' ) ) === $post->ID ) {
