Believe that's the below language strings.
IN: /components/com_comprofiler/plugin/language/default_language/default_language.php
Code:
DEFINE('_UE_LOST_USERNAME_PASSWORD','Forgot login?');
DEFINE('_UE_LOST_USERNAME_OR_PASSWORD','Lost your Username or your Password ?');
DEFINE('_UE_LOST_USERNAME_DESC','If you <strong>lost your username</strong>, please enter your E-mail Address, leaving Username field empty, then click the Send Username button, and your username will be sent to your email address.');
DEFINE('_UE_LOST_USERNAME_ONLY_DESC','If you <strong>lost your username</strong>, please enter your E-mail Address, then click the Send Username button, and your username will be sent to your email address.');
DEFINE('_UE_LOST_PASSWORD_DESC','If you <strong>lost your password</strong> but know your username, please enter your Username and your E-mail Address, press the Send Password button, and you will receive a new password shortly. Use this new password to access the site.');
DEFINE('_UE_LOST_USERNAME_PASSWORD_DESC','If you <strong>forgot both your username and your password</strong>, please recover the username first, then the password. To recover your username, please enter your E-mail Address, leaving Username field empty, then click the Send Username button, and your username will be sent to your email address. From there you can use this same form to recover your password.');
Code:
DEFINE('_UE_LOST_YOUR_PASSWORD','Lost your Password ?');
DEFINE('_UE_LOST_PASSWORD_EMAIL_ONLY_DESC','If you <strong>lost your password</strong>, please enter your E-mail Address, then click the Send Password button, and you will receive a new password shortly. Use this new password to access the site.');