diff --git a/src/wp-admin/users.php b/src/wp-admin/users.php
index d95fc68ad8..d0c10a2051 100644
--- a/src/wp-admin/users.php
+++ b/src/wp-admin/users.php
@@ -60,6 +60,10 @@ if ( is_multisite() ) {
$help .= '
' . __( 'Delete brings you to the Delete Users screen for confirmation, where you can permanently remove a user from your site and delete their content. You can also delete multiple users at once by using bulk actions.' ) . '';
}
+if ( current_user_can( 'edit_users' ) ) {
+ $help .= '' . __( 'Send password reset sends the user an email with a link to set a new password.' ) . '';
+}
+
$help .= '';
get_current_screen()->add_help_tab(