Index: src/wp-includes/user.php
===================================================================
--- src/wp-includes/user.php	(revision 48999)
+++ src/wp-includes/user.php	(working copy)
@@ -3866,7 +3866,7 @@
 	}
 
 	if ( ! in_array( $request->status, array( 'request-pending', 'request-failed' ), true ) ) {
-		return new WP_Error( 'expired_link', __( 'This link has expired.' ) );
+		return new WP_Error( 'expired_link', __( 'This user privacy request has expired.' ) );
 	}
 
 	if ( empty( $key ) ) {
