diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index 6c1f80a18..2e05c4816 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -1826,7 +1826,7 @@ function maybe_add_existing_user_to_blog() { if ( empty( $details ) || is_wp_error( add_existing_user_to_blog( $details ) ) ) wp_die( sprintf(__('An error occurred adding you to this site. Back to the homepage.'), site_url() ) ); - wp_die( sprintf(__('You have been added to this site. Please visit the homepage or login using your username and password.'), site_url(), admin_url() ), __('Success') ); + wp_die( sprintf(__('You have been added to this site. Please visit the homepage or log in using your username and password.'), site_url(), admin_url() ), __('Success') ); } /**