Cant Translate Login Error Message
-
Hello,
Today I noticed that there isnt a phrase in pot files to translate the message when someone miss their username or password. The phrase in question is: ERROR: The username or password you entered is incorrect. Lost your password?
This phrase is present in wordfenceClass.php inside lib folder in the line 2382 and 2793. The code is as follow:
self::$authError = 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()));
I believe that a wordfence text domain should be present in the end of the code.
- The topic ‘Cant Translate Login Error Message’ is closed to new replies.