diff --git a/src/wp-signup.php b/src/wp-signup.php index 9782dad499..19cf50552f 100644 --- a/src/wp-signup.php +++ b/src/wp-signup.php @@ -704,8 +704,8 @@ function confirm_user_signup( $user_name, $user_email ) {

you must activate it.' ); ?>

' . $user_email . '' ); + /* translators: %s: The user email address. */ + printf( __( 'Check your inbox at %s and click on the given link.' ), '' . $user_email . '' ); ?>

@@ -862,8 +862,8 @@ function confirm_blog_signup( $domain, $path, $blog_title, $user_name = '', $use

you must activate it.' ); ?>

' . $user_email . '' ); + /* translators: %s: The user email address. */ + printf( __( 'Check your inbox at %s and click on the given link.' ), '' . $user_email . '' ); ?>