From 7ce5715ee90566589ad7fb48453b97231a34e8c0 Mon Sep 17 00:00:00 2001 From: timse201 Date: Thu, 15 Jan 2026 16:19:39 +0100 Subject: [PATCH] More modern spelling - reset password --- 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 c9db31826bbdb..665963be259c6 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -877,7 +877,7 @@ function wp_login_viewport_meta() { login_header( __( 'Lost Password' ), wp_get_admin_notice( - __( 'Please enter your username or email address. You will receive an email message with instructions on how to reset your password.' ), + __( 'Please enter your username or email address. You will receive an email with instructions on how to reset your password.' ), array( 'type' => 'info', 'additional_classes' => array( 'message' ),