Index: src/bp-members/bp-members-admin.php
===================================================================
--- src/bp-members/bp-members-admin.php	(revision 10429)
+++ src/bp-members/bp-members-admin.php	(working copy)
@@ -1424,6 +1424,13 @@
 				'<p>' . __( 'Bulk actions allow you to perform these 3 actions for the selected rows.', 'buddypress' ) . '</p>'
 			) );
 
+			// Add accessible hidden headings and text for the pending users screen.
+			get_current_screen()->set_screen_reader_content( array(
+				'heading_views'      => __( 'Filter users list', 'buddypress' ),
+				'heading_pagination' => __( 'Users list navigation', 'buddypress' ),
+				'heading_list'       => __( 'Pending users list', 'buddypress' ),
+			) );
+
 			// Help panel - sidebar links.
 			get_current_screen()->set_help_sidebar(
 				'<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
