diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php
index 506dded..eac1660 100644
--- a/wp-admin/includes/class-wp-posts-list-table.php
+++ b/wp-admin/includes/class-wp-posts-list-table.php
@@ -829,7 +829,9 @@ class WP_Posts_List_Table extends WP_List_Table {
 				printf( __( 'Select %s' ), _draft_or_post_title() );
 			?></label>
 			<input id="cb-select-<?php the_ID(); ?>" type="checkbox" name="post[]" value="<?php the_ID(); ?>" />
-			<div class="locked-indicator"></div>
+			<div class="locked-indicator">
+				<span class="screen-reader-text"><?php printf( __( '%s is currently being edited' ), _draft_or_post_title() ); ?></div>
+			</div>
 		<?php endif;
 	}
 
@@ -1738,4 +1740,4 @@ class WP_Posts_List_Table extends WP_List_Table {
 		</tbody></table></form>
 <?php
 	}
-}
+}
\ No newline at end of file
