--- /home/subrara/Desktop/user.php	2018-01-08 20:29:01.400808000 +0530
+++ /home/subrara/Desktop/user-new.php	2018-01-09 12:25:36.844881184 +0530
@@ -146,7 +146,7 @@
 		return new WP_Error( 'invalid_username',
 			__( '<strong>ERROR</strong>: Invalid username.' ) .
 			' <a href="' . wp_lostpassword_url() . '">' .
-			__( 'Lost your password?' ) .
+			__( 'Recover username' ) .
 			'</a>'
 		);
 	}
@@ -224,7 +224,7 @@
 		return new WP_Error( 'invalid_email',
 			__( '<strong>ERROR</strong>: Invalid email address.' ) .
 			' <a href="' . wp_lostpassword_url() . '">' .
-			__( 'Lost your password?' ) .
+			__( 'Recover account email' ) .
 			'</a>'
 		);
 	}
