• Resolved wegosi

    (@wegosi)


    	if(is_wp_error($authUser) && ($authUser->get_error_code() == 'invalid_username' || $authUser->get_error_code() == 'invalid_email' || $authUser->get_error_code() == 'incorrect_password') && wfConfig::get('loginSec_maskLoginErrors')){
    			return new WP_Error( 'incorrect_password', sprintf( __( '<strong>ERROR</strong>: The username or password you entered is incorrect. <a href="%2$s" title="Password Lost and Found">Lost your password</a>?' ), $username, wp_lostpassword_url() ) );
    		}

    is not translated with Translation plugins. No such strings.

Viewing 1 replies (of 1 total)
  • wfdave

    (@wfdave)

    Hi @wegosi,

    The team does have plans to make Wordfence 100% translation ready. This includes the incorrect password message found when users fail to login.

    Thank you for bringing attention to this matter.

    Internal reference (#FB761)

    Dave

Viewing 1 replies (of 1 total)
  • The topic ‘String is not translated’ is closed to new replies.