Making WordPress.org


Ignore:
Timestamp:
04/27/2022 06:46:42 AM (2 years ago)
Author:
dd32
Message:

Login: Correct a string typo, I can't english.

Props vladytimy.
See https://wordpress.slack.com/archives/C02RQC6RW/p1651040261268929?thread_ts=1651031172.150079&cid=C02RQC6RW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php

    r11799 r11800  
    504504        'must_change_password' => sprintf(
    505505            /* translators: %s: <code>password reset help queue.</code> */
    506             __( '<strong>Error:</strong> Your password needs to be changed. Please check your email for a link to set a new password. Please contact %s if you are unable to access your accounts registered email.', 'wporg' ),
     506            __( "<strong>Error:</strong> Your password needs to be changed. Please check your email for a link to set a new password. Please contact %s if you are unable to access your account's registered email.", 'wporg' ),
    507507            '<code>' . $sso::SUPPORT_EMAIL . '</code>'
    508508        )
Note: See TracChangeset for help on using the changeset viewer.