Index: src/wp-admin/includes/dashboard.php
===================================================================
--- src/wp-admin/includes/dashboard.php	(revision 35748)
+++ src/wp-admin/includes/dashboard.php	(working copy)
@@ -305,7 +305,7 @@
 		 *
 		 * @param string $title Default attribute text.
 		 */
-		$title = apply_filters( 'privacy_on_link_title', __( 'Your site is asking search engines not to index its content' ) );
+		$title = apply_filters( 'privacy_on_link_title', __( '' ) );
 
 		/**
 		 * Filter the link label for the 'Search Engines Discouraged' message
@@ -549,7 +549,7 @@
 		$url = get_edit_post_link( $draft->ID );
 		$title = _draft_or_post_title( $draft->ID );
 		echo "<li>\n";
-		echo '<div class="draft-title"><a href="' . esc_url( $url ) . '" title="' . esc_attr( sprintf( __( 'Edit &#8220;%s&#8221;' ), $title ) ) . '">' . esc_html( $title ) . '</a>';
+		echo '<div class="draft-title"><a href="' . esc_url( $url ) . '"><span aria-hidden="true">' . esc_html( $title ) . '</span> <span class="screen-reader-text">' . esc_attr( sprintf( __( 'Edit &#8220;%s&#8221;' ), $title ) ) . '</span></a>';
 		echo '<time datetime="' . get_the_time( 'c', $draft ) . '">' . get_the_time( get_option( 'date_format' ), $draft ) . '</time></div>';
 		if ( $the_content = wp_trim_words( $draft->post_content, 10 ) ) {
 			echo '<p>' . $the_content . '</p>';
