diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php
index 203d0c509b..f29f594eda 100644
--- a/wp-admin/includes/upgrade.php
+++ b/wp-admin/includes/upgrade.php
@@ -261,9 +261,9 @@ As a new WordPress user, you should go to <a href=\"%s\">your dashboard</a> to d
 								'post_date_gmt' => $now_gmt,
 								'post_content' => $first_page,
 								'post_excerpt' => '',
-								'post_title' => __( 'Example About Page' ),
+								'post_title' => __( 'Sample Page' ),
 								/* translators: Default page slug */
-								'post_name' => __( 'example-about-page' ),
+								'post_name' => __( 'sample-page' ),
 								'post_modified' => $now,
 								'post_modified_gmt' => $now_gmt,
 								'guid' => $first_post_guid,