diff --git a/wp-includes/version.php b/wp-includes/version.php
index a3d548d864..f644938a04 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.3-alpha-45404';
+$wp_version = '5.3-alpha-45405';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
diff --git a/wp-login.php b/wp-login.php
index ab051d244e..76f0585e2c 100644
--- a/wp-login.php
+++ b/wp-login.php
@@ -431,7 +431,7 @@ function retrieve_password() {
$errors->add(
'retrieve_password_email_failure',
sprintf(
- __( 'ERROR: The e-mail could not be sent. Your site may not be correctly configured to send e-mails. Get support for resetting your password.' ),
+ __( 'ERROR: The email could not be sent. Your site may not be correctly configured to send emails. Get support for resetting your password.' ),
esc_url( $support )
)
);