Login and Registration: Grammar improvement on Sign-up user-facing strings.

Props NekoJonez, audrasjb.
Fixes #58115.




git-svn-id: https://develop.svn.wordpress.org/trunk@55902 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2023-06-09 15:06:17 +00:00
parent 5068f4781b
commit 855dd129a1

View File

@ -704,8 +704,8 @@ function confirm_user_signup( $user_name, $user_email ) {
<p><?php _e( 'But, before you can start using your new username, <strong>you must activate it</strong>.' ); ?></p>
<p>
<?php
/* translators: %s: Email address. */
printf( __( 'Check your inbox at %s and click the link given.' ), '<strong>' . $user_email . '</strong>' );
/* translators: %s: The user email address. */
printf( __( 'Check your inbox at %s and click on the given link.' ), '<strong>' . $user_email . '</strong>' );
?>
</p>
<p><?php _e( 'If you do not activate your username within two days, you will have to sign up again.' ); ?></p>
@ -862,8 +862,8 @@ function confirm_blog_signup( $domain, $path, $blog_title, $user_name = '', $use
<p><?php _e( 'But, before you can start using your site, <strong>you must activate it</strong>.' ); ?></p>
<p>
<?php
/* translators: %s: Email address. */
printf( __( 'Check your inbox at %s and click the link given.' ), '<strong>' . $user_email . '</strong>' );
/* translators: %s: The user email address. */
printf( __( 'Check your inbox at %s and click on the given link.' ), '<strong>' . $user_email . '</strong>' );
?>
</p>
<p><?php _e( 'If you do not activate your site within two days, you will have to sign up again.' ); ?></p>