diff --git a/src/wp-login.php b/src/wp-login.php index 0b1d2cff308ec..43689323647de 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -1548,7 +1548,7 @@ function wp_login_viewport_meta() { */ $rememberme_help_text = apply_filters( 'login_remember_me_help_text', - __( 'Selecting "Remember Me" reduces the number of times you’ll be asked to log in using this device. To keep your account secure, use this option only on your personal devices.' ) + __( 'Selecting "Remember Me" increases the length of time until you’re asked to log in again on this device. To keep your account secure, use this option only on your personal devices.' ) ); ?>