We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df5b50 commit 50591b5Copy full SHA for 50591b5
src/Language/en/Auth.php
@@ -25,7 +25,7 @@
25
'badToken' => 'The access token is invalid.',
26
'oldToken' => 'The access token has expired.',
27
'noUserEntity' => 'User Entity must be provided for password validation.',
28
- 'invalidEmail' => 'Unable to verify the email address matches the email on record.',
+ 'invalidEmail' => 'Unable to verify the email address matches the email {0}.',
29
'unableSendEmailToUser' => 'Sorry, there was a problem sending the email. We could not send an email to "{0}".',
30
'throttled' => 'Too many requests made from this IP address. You may try again in {0} seconds.',
31
'notEnoughPrivilege' => 'You do not have the necessary permission to perform the desired operation.',
0 commit comments