Make WordPress Core

Ticket #43037: 43037-2.diff

File 43037-2.diff, 665 bytes (added by subrataemfluence, 7 years ago)
  • /home/subrara/Desktop/

    old new  
    146146                return new WP_Error( 'invalid_username',
    147147                        __( '<strong>ERROR</strong>: Invalid username.' ) .
    148148                        ' <a href="' . wp_lostpassword_url() . '">' .
    149                         __( 'Lost your password?' ) .
     149                        __( 'Recover username' ) .
    150150                        '</a>'
    151151                );
    152152        }
     
    224224                return new WP_Error( 'invalid_email',
    225225                        __( '<strong>ERROR</strong>: Invalid email address.' ) .
    226226                        ' <a href="' . wp_lostpassword_url() . '">' .
    227                         __( 'Lost your password?' ) .
     227                        __( 'Recover account email' ) .
    228228                        '</a>'
    229229                );
    230230        }