From b59eb2ff16c082f97cb9398e2a594f22b9116a05 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 10 Aug 2026 01:03:45 +0100 Subject: [PATCH] Increase the accuracy of the Remember Me toggletip text. --- src/wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' ) ); ?>