diff --git a/src/Language/en/Auth.php b/src/Language/en/Auth.php index 6f34fe3ee..1ebda4e58 100644 --- a/src/Language/en/Auth.php +++ b/src/Language/en/Auth.php @@ -25,7 +25,7 @@ 'badToken' => 'The access token is invalid.', 'oldToken' => 'The access token has expired.', 'noUserEntity' => 'User Entity must be provided for password validation.', - 'invalidEmail' => 'Unable to verify the email address matches the email on record.', + 'invalidEmail' => 'Unable to verify the email address matches the email {0}.', 'unableSendEmailToUser' => 'Sorry, there was a problem sending the email. We could not send an email to "{0}".', 'throttled' => 'Too many requests made from this IP address. You may try again in {0} seconds.', 'notEnoughPrivilege' => 'You do not have the necessary permission to perform the desired operation.',