Index: src/wp-admin/includes/class-wp-internal-pointers.php
===================================================================
--- src/wp-admin/includes/class-wp-internal-pointers.php	(revision 43192)
+++ src/wp-admin/includes/class-wp-internal-pointers.php	(working copy)
@@ -161,11 +161,11 @@
 	 * @since 4.9.6
 	 */
 	public static function pointer_wp496_privacy() {
-		$content  = '<h3>' . __( 'Privacy and Personal Data' ) . '</h3>';
-		$content .= '<h4>' . __( 'Privacy Policy' ) . '</h4>';
-		$content .= '<p>' . __( 'Create or select your site&#8217;s privacy policy page under <strong>Settings &gt; Privacy</strong> to keep your users informed and aware.' ) . '</p>';
+		$content  = '<h3>' . __( 'Personal Data and Privacy' ) . '</h3>';
 		$content .= '<h4>' . __( 'Personal Data Export and Erasure' ) . '</h4>';
 		$content .= '<p>' . __( 'New <strong>Tools</strong> have been added to help you with personal data export and erasure requests.' ) . '</p>';
+		$content .= '<h4>' . __( 'Privacy Policy' ) . '</h4>';
+		$content .= '<p>' . __( 'Create or select your site&#8217;s privacy policy page under <strong>Settings &gt; Privacy</strong> to keep your users informed and aware.' ) . '</p>'; 
 
 		if ( is_rtl() ) {
 			$position = array(
