diff --git a/wp-admin/about.php b/wp-admin/about.php
index a349cb258a..e1865e0794 100644
--- a/wp-admin/about.php
+++ b/wp-admin/about.php
@@ -63,7 +63,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
Site Health features introduced in 5.1, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers. Check your site status, and learn how to debug issues.' ),
+ __( 'Building on the Site Health features introduced in 5.1, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers. Check your site status, and learn how to debug issues.' ),
__( 'https://wordpress.org/news/2019/02/betty/' ),
admin_url( 'site-health.php' ),
admin_url( 'site-health.php?tab=debug' )
diff --git a/wp-includes/version.php b/wp-includes/version.php
index b00e4c7044..61471e3beb 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.2-RC1-45273';
+$wp_version = '5.2-RC1-45274';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.