diff --git a/wp-admin/network/site-users.php b/wp-admin/network/site-users.php index 0b2cb46697..62547fc347 100644 --- a/wp-admin/network/site-users.php +++ b/wp-admin/network/site-users.php @@ -23,7 +23,7 @@ $action = $wp_list_table->current_action(); add_contextual_help($current_screen, '

' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '

' . - '

' . __('Users - This displays the users associated with this site. You can also change their role, reset their passowrd, or remove them from the site. Removing the user from the site does not remove the user from the network. ') . '

' . + '

' . __('Users - This displays the users associated with this site. You can also change their role, reset their password, or remove them from the site. Removing the user from the site does not remove the user from the network. ') . '

' . '

' . __('See the contextual help on the next tab. ') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Network Settings') . '

' . diff --git a/wp-admin/network/user-new.php b/wp-admin/network/user-new.php index ebce84289e..3a6c45d445 100644 --- a/wp-admin/network/user-new.php +++ b/wp-admin/network/user-new.php @@ -18,7 +18,7 @@ if ( ! current_user_can('create_users') ) add_contextual_help($current_screen, - '

' . __('Add User will add that person to this table and send them an email.') . '

' . + '

' . __('Add User will set up a new user account on the network and send them an email with their username and password.') . '

' . '

' . __('Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Network Users') . '

' .