diff --git a/wp-admin/network/index.php b/wp-admin/network/index.php
index 96c2c248a6..38f5357e34 100644
--- a/wp-admin/network/index.php
+++ b/wp-admin/network/index.php
@@ -36,11 +36,11 @@ get_current_screen()->add_help_tab( array(
) );
$quick_tasks = '
' . __( 'The Right Now widget on this screen provides current user and site counts on your network.' ) . '
';
-$quick_tasks .= '- ' . __( 'To add a new user click Create a New User' ) . '
';
-$quick_tasks .= '- ' . __( 'To add a new site click Create a New Site' ) . '
';
+$quick_tasks .= '- ' . __( 'To add a new user, click Create a New User.' ) . '
';
+$quick_tasks .= '- ' . __( 'To add a new site, click Create a New Site.' ) . '
';
$quick_tasks .= '' . __( 'To search for a user or site, use the search boxes.' ) . '
';
-$quick_tasks .= '- ' . __( 'To search for a user enter all or part of a username or email address' ) . '
';
-$quick_tasks .= '- ' . __( 'To search for a site enter the path or domain' ) . '
';
+$quick_tasks .= '- ' . __( 'To search for a user, enter an email address or username. Use a wildcard to search for a partial username, such as user*.' ) . '
';
+$quick_tasks .= '- ' . __( 'To search for a site, enter the path or domain.' ) . '
';
get_current_screen()->add_help_tab( array(
'id' => 'quick-tasks',