Make WordPress Core

Changeset 47232


Ignore:
Timestamp:
02/10/2020 03:48:45 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Login and Registration: Clarify the message on "Lost Password" screen.

Props pbiron, Presskopp.
Fixes #49346.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r47226 r47232  
    841841        do_action( 'lost_password', $errors );
    842842
    843         login_header( __( 'Lost Password' ), '<p class="message">' . __( 'Please enter your username or email address. You will receive a link to create a new password via email.' ) . '</p>', $errors );
     843        login_header( __( 'Lost Password' ), '<p class="message">' . __( 'Please enter your username or email address. You will receive an email message with instructions on how to reset your password.' ) . '</p>', $errors );
    844844
    845845        $user_login = '';
Note: See TracChangeset for help on using the changeset viewer.