• It looks like a typo in a __() call, see the last sentence:

    
    A lockdown event has occurred due to too many failed login attempts or invalid username:
    Username: admin
    IP Address: 62.147.152.144
    
    IP Range: 62.147.152.*
    
    Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user.','all-in-one-wp-security-and-firewall
    
Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, sorry for asking. Could you share what typo error you are referring to?

    Thank you

    Hi Jacob,

    Thanks for noticing! It will be fixed in the next version of plugin.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    @chesio, sorry for asking but I could not see the typo error? Could you please share the typo error with me?

    Thank you

    Thread Starter Jacob N. Breetvelt

    (@opajaap)

    I did not check the source, but it reads:

    
    Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user.','all-in-one-wp-security-and-firewall
    

    It looks like:

    
    _e("Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user.','all-in-one-wp-security-and-firewall");
    

    this will print the line with the extra part: ','all-in-one-wp-security-and-firewall")
    while:

    
    _e('Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user.','all-in-one-wp-security-and-firewall');
    

    would print:

    
    Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user.
    

    and this would also be translated.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you @opajaap for sharing this with me. I should clean my glasses next time ??

    Kind regards

    Just to make sure:

    _e('Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user.','all-in-one-wp-security-and-firewall');

    This ^^ would result in a non-translatable string!

    If you’re using single apostrophes in the sentence to be translated, you have to wrap it in double quotes:

    _e("Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user.",'all-in-one-wp-security-and-firewall');

    • This reply was modified 7 years, 11 months ago by bios4.
    Thread Starter Jacob N. Breetvelt

    (@opajaap)

    I will clean my glasses too!

    This typo has been patched in development version, so the problem will be fixed with release of the next version. Thanks again!

    Thread Starter Jacob N. Breetvelt

    (@opajaap)

    Thanx!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Typo in lockout notification email’ is closed to new replies.