Index: src/wp-admin/includes/template.php
===================================================================
--- src/wp-admin/includes/template.php	(revision 43331)
+++ src/wp-admin/includes/template.php	(working copy)
@@ -1899,6 +1899,13 @@
 	}
 
 	/**
+	 * Adds a suffix to the Privacy Policy page.
+	 */
+	if ( intval( get_option( 'wp_page_for_privacy_policy' ) ) === $post->ID ) {
+		$post_states['page_for_privacy_policy'] = __( 'Privacy Policy Page' );
+	}
+
+	/**
 	 * Filters the default post display states used in the posts list table.
 	 *
 	 * @since 2.8.0
