diff --git a/wp-admin/includes/class-wp-privacy-policy-content.php b/wp-admin/includes/class-wp-privacy-policy-content.php
index c3f6873e1b..676d5b6736 100644
--- a/wp-admin/includes/class-wp-privacy-policy-content.php
+++ b/wp-admin/includes/class-wp-privacy-policy-content.php
@@ -424,7 +424,7 @@ final class WP_Privacy_Policy_Content {
$content .= '';
}
- $content .= '↑ ' . __( 'Return to Top' ) . '';
+ $content .= '↑ ' . __( 'Return to top' ) . '';
$content .= ''; // End of .privacy-text-section.
}
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 41abb4648f..71d5178ef8 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.5-beta3-48587';
+$wp_version = '5.5-beta3-48588';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.