Index: src/bp-notifications/bp-notifications-template.php
===================================================================
--- src/bp-notifications/bp-notifications-template.php	(revision 9964)
+++ src/bp-notifications/bp-notifications-template.php	(working copy)
@@ -1249,7 +1249,7 @@
 	} ?>
 
 	<form action="" method="get" id="notifications-sort-order">
-		<label for="notifications-friends"><?php esc_html_e( 'Order By:', 'buddypress' ); ?></label>
+		<label for="notifications-sort-order-list"><?php esc_html_e( 'Order By:', 'buddypress' ); ?></label>
 
 		<select id="notifications-sort-order-list" name="sort_order" onchange="this.form.submit();">
 			<option value="DESC" <?php selected( $selected, 'DESC' ); ?>><?php _e( 'Newest First', 'buddypress' ); ?></option>
Index: src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php
===================================================================
--- src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php	(revision 9964)
+++ src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php	(working copy)
@@ -16,7 +16,7 @@
 
 				<tr>
 					<td></td>
-					<td class="bulk-select-check"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"></td>
+					<td class="bulk-select-check"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"><label for="<?php bp_the_notification_id(); ?>" class="bp-screen-reader-text"><?php _e( 'Check to select this notification', 'buddypress' ); ?></label></td>
 					<td class="notification-description"><?php bp_the_notification_description();  ?></td>
 					<td class="notification-since"><?php bp_the_notification_time_since();   ?></td>
 					<td class="notification-actions"><?php bp_the_notification_action_links(); ?></td>
