diff --git a/wp-admin/includes/default-list-tables.php b/wp-admin/includes/default-list-tables.php index fe9709a026..1b233d455e 100644 --- a/wp-admin/includes/default-list-tables.php +++ b/wp-admin/includes/default-list-tables.php @@ -2905,7 +2905,7 @@ class WP_Sites_Table extends WP_List_Table { ); $actions['edit'] = '' . __( 'Edit' ) . ''; - $actions['backend'] = "" . __( 'Backend' ) . ''; + $actions['backend'] = "" . __( 'Dashboard' ) . ''; if ( $current_site->blog_id != $blog['blog_id'] ) { if ( get_blog_status( $blog['blog_id'], 'deleted' ) == '1' ) $actions['activate'] = '' . __( 'Activate' ) . ''; diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php index 85abd151fd..95d233f26e 100644 --- a/wp-admin/network/sites.php +++ b/wp-admin/network/sites.php @@ -33,8 +33,8 @@ if ( isset( $_REQUEST['action'] ) && 'editblog' == $_REQUEST['action'] ) { '

' . __('Add New takes you farther down on this same page. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.') . '

' . '

' . __('This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.') . '

' . '

' . __('Hovering over each site reveals seven options (three for the primary site):') . '

' . - '